From 9b67abbc8dcfff712a47ed74860d829b184a3b68 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Sun, 16 Apr 2023 01:34:37 +0200 Subject: [PATCH] update descriptions --- commands/message/core/help.js | 2 +- commands/message/core/stats.js | 2 +- commands/message/info/appinfo.js | 2 +- commands/message/info/avatar.js | 2 +- commands/message/info/guild.js | 2 +- commands/message/info/guildicon.js | 2 +- commands/message/info/invite.js | 2 +- commands/message/info/user.js | 2 +- commands/message/search/bing-images.js | 2 +- commands/message/search/bing.js | 2 +- commands/message/search/google-images.js | 2 +- commands/message/search/google.js | 2 +- commands/message/search/lyrics.js | 2 +- commands/message/search/quora.js | 2 +- commands/message/search/reddit.js | 2 +- commands/message/search/reverse-image.js | 2 +- commands/message/search/rule34.js | 2 +- commands/message/search/urbandictionary.js | 2 +- commands/message/search/weather.js | 2 +- commands/message/search/wikihow.js | 2 +- commands/message/search/wolfram-alpha.js | 2 +- commands/message/search/youtube.js | 2 +- commands/message/utils/dictionary.js | 2 +- commands/message/utils/emoji.js | 4 ++-- commands/message/utils/ocr.js | 2 +- commands/message/utils/ocrtr.js | 4 ++-- commands/message/utils/qr.js | 2 +- commands/message/utils/translate.js | 2 +- 28 files changed, 30 insertions(+), 30 deletions(-) diff --git a/commands/message/core/help.js b/commands/message/core/help.js index b281b5c..be8760f 100644 --- a/commands/message/core/help.js +++ b/commands/message/core/help.js @@ -102,7 +102,7 @@ module.exports = { label: 'command', metadata: { description: 'List all commands, get more information about individual commands.', - description_short: 'Display command list', + description_short: 'Show full command list', examples: ['help ping'], category: 'core', usage: 'help []' diff --git a/commands/message/core/stats.js b/commands/message/core/stats.js index 7da6ff2..f8cc821 100644 --- a/commands/message/core/stats.js +++ b/commands/message/core/stats.js @@ -20,7 +20,7 @@ module.exports = { aliases: ['usage', 'uptime'], metadata: { description: 'Shows statistics about the bot.', - description_short: 'Shows bot stats.', + description_short: 'Bot statistics', examples: ['stats'], category: 'core', usage: 'stats' diff --git a/commands/message/info/appinfo.js b/commands/message/info/appinfo.js index 7d74031..1f5cd76 100644 --- a/commands/message/info/appinfo.js +++ b/commands/message/info/appinfo.js @@ -38,7 +38,7 @@ module.exports = { aliases: ['ai'], metadata: { description: 'Displays information about a discord application.', - description_short: 'Discord application information', + description_short: 'Information about discord applications', examples: ['ai 682654466453012553'], category: 'info', usage: 'appinfo ' diff --git a/commands/message/info/avatar.js b/commands/message/info/avatar.js index 9c388cd..4689a38 100644 --- a/commands/message/info/avatar.js +++ b/commands/message/info/avatar.js @@ -10,7 +10,7 @@ module.exports = { aliases: ['a'], metadata: { description: 'Displays someones discord avatar. Accepts IDs, Mentions, or Usernames.', - description_short: 'User avatar', + description_short: 'Get discord user avatars', examples: ['avatar labsCore'], category: 'info', usage: 'avatar []' diff --git a/commands/message/info/guild.js b/commands/message/info/guild.js index 2f7ef12..dd326a4 100644 --- a/commands/message/info/guild.js +++ b/commands/message/info/guild.js @@ -9,7 +9,7 @@ module.exports = { aliases: ['guild', 'guildinfo'], metadata: { description: 'Displays information about the server.', - description_short: 'Server information', + description_short: 'Information about the server', examples: ['guild'], category: 'info', usage: 'server' diff --git a/commands/message/info/guildicon.js b/commands/message/info/guildicon.js index 437aedc..290e88c 100644 --- a/commands/message/info/guildicon.js +++ b/commands/message/info/guildicon.js @@ -6,7 +6,7 @@ module.exports = { aliases: ["guildicon","gi","si","groupicon"], metadata: { description: 'Displays the server icon.', - description_short: 'Server Icon', + description_short: 'Server icon', examples: ['gi'], category: 'info', usage: 'guildicon' diff --git a/commands/message/info/invite.js b/commands/message/info/invite.js index f4baee7..dce8867 100644 --- a/commands/message/info/invite.js +++ b/commands/message/info/invite.js @@ -11,7 +11,7 @@ module.exports = { aliases: ['inviteinfo'], metadata: { description: 'Displays information about a discord invite code.', - description_short: 'Invite link information', + description_short: 'Information about discord invite links', examples: ['invite discord-townhall'], category: 'info', usage: 'invite ' diff --git a/commands/message/info/user.js b/commands/message/info/user.js index ca73f4c..9c503b4 100644 --- a/commands/message/info/user.js +++ b/commands/message/info/user.js @@ -12,7 +12,7 @@ module.exports = { aliases: ['u', 'profile'], metadata: { description: 'Displays information about a discord user. Accepts IDs, Mentions and Usernames.', - description_short: 'User information', + description_short: 'Information about discord users', examples: ['user labsCore'], category: 'info', usage: 'user []' diff --git a/commands/message/search/bing-images.js b/commands/message/search/bing-images.js index ce332f4..936d189 100644 --- a/commands/message/search/bing-images.js +++ b/commands/message/search/bing-images.js @@ -34,7 +34,7 @@ module.exports = { aliases: ['bi', 'bimg', 'img2'], metadata: { description: 'Returns image search results from Microsoft Bing.', - description_short: 'Bing Image Search', + description_short: 'Search on Bing Images', examples: ['bing Large Magenta Sphere'], category: 'search', usage: 'bing ' diff --git a/commands/message/search/bing.js b/commands/message/search/bing.js index 501efa6..f861d4a 100644 --- a/commands/message/search/bing.js +++ b/commands/message/search/bing.js @@ -98,7 +98,7 @@ module.exports = { aliases: ['b', 'search2'], metadata: { description: 'Returns search results from Microsoft Bing.', - description_short: 'Bing Search', + description_short: 'Search on Bing', examples: ['bing Flask'], category: 'search', usage: 'bing ' diff --git a/commands/message/search/google-images.js b/commands/message/search/google-images.js index 980e88f..9e8dce5 100644 --- a/commands/message/search/google-images.js +++ b/commands/message/search/google-images.js @@ -34,7 +34,7 @@ module.exports = { aliases: ['i', 'img'], metadata: { description: 'Returns image search results from Google.', - description_short: 'Google Image Search', + description_short: 'Search on Google Images', examples: ['image Large Magenta Sphere'], category: 'search', usage: 'image ' diff --git a/commands/message/search/google.js b/commands/message/search/google.js index fdad74c..1758abf 100644 --- a/commands/message/search/google.js +++ b/commands/message/search/google.js @@ -57,7 +57,7 @@ module.exports = { aliases: ['g', 'search'], metadata: { description: 'Returns search results from Google.', - description_short: 'Google Search', + description_short: 'Search on Google', examples: ['google Flask'], category: 'search', usage: 'google ' diff --git a/commands/message/search/lyrics.js b/commands/message/search/lyrics.js index 9910c73..5ce8326 100644 --- a/commands/message/search/lyrics.js +++ b/commands/message/search/lyrics.js @@ -27,7 +27,7 @@ module.exports = { label: 'query', metadata: { description: 'Searches for song lyrics on Genius.', - description_short: 'Lyric/Song Search', + description_short: 'Search song lyrics', examples: ['lyrics desert bloom man'], category: 'search', usage: 'lyrics ' diff --git a/commands/message/search/quora.js b/commands/message/search/quora.js index 914ef1f..006f98c 100644 --- a/commands/message/search/quora.js +++ b/commands/message/search/quora.js @@ -121,7 +121,7 @@ module.exports = { aliases: ['q'], metadata: { description: 'Searches for questions on Quora.', - description_short: 'Quora Search', + description_short: 'Search on Quora', examples: ['quora How does Quora work?'], category: 'search', usage: 'quora ' diff --git a/commands/message/search/reddit.js b/commands/message/search/reddit.js index 4ca26ef..24cc7a1 100644 --- a/commands/message/search/reddit.js +++ b/commands/message/search/reddit.js @@ -48,7 +48,7 @@ module.exports = { aliases: ['r'], metadata: { description: 'Returns search results from reddit. Allows global and subreddit-specific search.', - description_short: 'Reddit Search', + description_short: 'Search on Reddit', examples: ['reddit r/otters'], category: 'search', usage: 'reddit [r/] [-type image]' diff --git a/commands/message/search/reverse-image.js b/commands/message/search/reverse-image.js index cb8f452..7f824ba 100644 --- a/commands/message/search/reverse-image.js +++ b/commands/message/search/reverse-image.js @@ -38,7 +38,7 @@ module.exports = { aliases: ['reverse','reverseimage'], metadata: { description: 'Performs a reverse-image-search.', - description_short: 'Reverse Image Search', + description_short: 'Reverse image search', examples: ['reverseimage'], category: 'search', usage: 'reverse ' diff --git a/commands/message/search/rule34.js b/commands/message/search/rule34.js index a6476d7..8aedb14 100644 --- a/commands/message/search/rule34.js +++ b/commands/message/search/rule34.js @@ -47,7 +47,7 @@ module.exports = { aliases: ['r34'], metadata: { description: 'Returns image search results from various rule34-focused sites.', - description_short: 'Rule34 Search', + description_short: 'Search on rule34 sites', explicit: true, examples: ['r34 sex -site rule34'], category: 'search', diff --git a/commands/message/search/urbandictionary.js b/commands/message/search/urbandictionary.js index 642231b..5fff3e3 100644 --- a/commands/message/search/urbandictionary.js +++ b/commands/message/search/urbandictionary.js @@ -40,7 +40,7 @@ module.exports = { aliases: ['urban', 'ud'], metadata: { description: 'Returns search results from UrbanDictionary. Might include profanity.\nProviding no search query will return random results.', - description_short: 'UrbanDictionary Search', + description_short: 'Search on UrbanDictionary', examples: ['ud Flask'], category: 'search', usage: 'urbandictionary ' diff --git a/commands/message/search/weather.js b/commands/message/search/weather.js index dc1c8ba..0585a7a 100644 --- a/commands/message/search/weather.js +++ b/commands/message/search/weather.js @@ -10,7 +10,7 @@ module.exports = { label: 'query', metadata: { description: 'Displays information about the weather.', - description_short: 'Weather information', + description_short: 'Local weather information', examples: ['weather Berlin'], category: 'search', usage: 'weather ' diff --git a/commands/message/search/wikihow.js b/commands/message/search/wikihow.js index 8ce452b..849c4b4 100644 --- a/commands/message/search/wikihow.js +++ b/commands/message/search/wikihow.js @@ -31,7 +31,7 @@ module.exports = { aliases: ['wh', 'how'], metadata: { description: 'Returns search results from WikiHow.', - description_short: 'WikiHow Search', + description_short: 'Search on WikiHow', examples: ['wh download'], category: 'search', usage: 'wikihow ' diff --git a/commands/message/search/wolfram-alpha.js b/commands/message/search/wolfram-alpha.js index 86229ca..bb2cdfa 100644 --- a/commands/message/search/wolfram-alpha.js +++ b/commands/message/search/wolfram-alpha.js @@ -46,7 +46,7 @@ module.exports = { aliases: ['wa', 'wolfram-alpha'], metadata: { description: 'Computes a query using Wolfram|Alpha.', - description_short: 'Compute Wolfram|Alpha queries', + description_short: 'Compute via Wolfram|Alpha', examples: ['wa 1+1'], category: 'search', usage: 'wolframalpha ' diff --git a/commands/message/search/youtube.js b/commands/message/search/youtube.js index a33b1ab..82da4d9 100644 --- a/commands/message/search/youtube.js +++ b/commands/message/search/youtube.js @@ -95,7 +95,7 @@ module.exports = { aliases: ['yt'], metadata: { description: 'Returns search results from YouTube.', - description_short: 'YouTube Search', + description_short: 'Search YouTube videos, channels and playlists', examples: ['youtube Google'], category: 'search', usage: 'youtube ' diff --git a/commands/message/utils/dictionary.js b/commands/message/utils/dictionary.js index 3f9b4b3..396b1f3 100644 --- a/commands/message/utils/dictionary.js +++ b/commands/message/utils/dictionary.js @@ -38,7 +38,7 @@ module.exports = { aliases: ['dictionary', 'dict'], metadata: { description: 'Returns dictionary definitions for words.', - description_short: 'Dictionary definitions.', + description_short: 'Dictionary word definitions.', examples: ['dictionary Flask'], category: 'search', usage: 'define ' diff --git a/commands/message/utils/emoji.js b/commands/message/utils/emoji.js index 03eb881..e6ae943 100644 --- a/commands/message/utils/emoji.js +++ b/commands/message/utils/emoji.js @@ -34,8 +34,8 @@ module.exports = { name: "emoji", aliases: ['e', 'emote', 'enlarge', 'em', 'emojimix'], metadata: { - description: 'Displays information about emoji. Supports regular emoji and discord emoji.\n\nUsing two emoji will mix the two emoji together.', - description_short: 'Emoji Information, Emoji Mixing', + description: 'Displays information about emoji. Supports regular emoji, discord emoji and stickers.\nAlso supports replies.\n\nUsing two emoji will mix them together.', + description_short: 'Get emoji/sticker source images, mix two emoji together.', examples: ['enlarge πŸ˜€', 'emojimix 🐱 🍞'], category: 'utils', usage: 'emoji []' diff --git a/commands/message/utils/ocr.js b/commands/message/utils/ocr.js index 7c1b3cd..afc5470 100644 --- a/commands/message/utils/ocr.js +++ b/commands/message/utils/ocr.js @@ -9,7 +9,7 @@ module.exports = { name: 'ocr', metadata: { description: 'Uses Optical Character Recognition to detect text in images.', - description_short: 'Image Text Recognition', + description_short: 'Image text recognition.', examples: ['ocr'], category: 'utils', usage: 'ocr ' diff --git a/commands/message/utils/ocrtr.js b/commands/message/utils/ocrtr.js index 3f4ff44..8954996 100644 --- a/commands/message/utils/ocrtr.js +++ b/commands/message/utils/ocrtr.js @@ -2,7 +2,7 @@ const { googleVisionOcr, googleTranslate } = require("../../../labscore/api"); const { TRANSLATE_LANGUAGES, TRANSLATE_LANGUAGE_MAPPINGS } = require("../../../labscore/constants"); const { getRecentImage } = require("../../../labscore/utils/attachment"); const { createEmbed } = require("../../../labscore/utils/embed"); -const { codeblock, icon, highlight, pill } = require("../../../labscore/utils/markdown"); +const { codeblock, icon, pill } = require("../../../labscore/utils/markdown"); const { editOrReply } = require("../../../labscore/utils/message"); const { STATICS } = require("../../../labscore/utils/statics"); const { isSupported, getCodeFromAny } = require("../../../labscore/utils/translate"); @@ -13,7 +13,7 @@ module.exports = { aliases: ["octr"], metadata: { description: 'Uses Optical Character Recognition to translate text in an image.', - description_short: 'Image Text Translation', + description_short: 'Image text recognition + translation.', examples: ['ocrtr en'], category: 'utils', usage: 'ocrtr [-from ]' diff --git a/commands/message/utils/qr.js b/commands/message/utils/qr.js index ecac786..bc6377a 100644 --- a/commands/message/utils/qr.js +++ b/commands/message/utils/qr.js @@ -12,7 +12,7 @@ module.exports = { aliases: ['scan'], metadata: { description: 'Generates a QR code. If no input is provided acts as a QR code scanner.', - description_short: 'QR Code Scanner/Creator', + description_short: 'QR Code scanner/generator.', examples: ['qr big nutty'], category: 'utils', usage: `qr ` diff --git a/commands/message/utils/translate.js b/commands/message/utils/translate.js index 8a10770..3bb9ea2 100644 --- a/commands/message/utils/translate.js +++ b/commands/message/utils/translate.js @@ -14,7 +14,7 @@ module.exports = { aliases: ['tr'], metadata: { description: 'Translates text. Supports automatic source language detection.', - description_short: 'Translates text', + description_short: 'Translate text.', examples: ['tr groß nussig -from de -to en'], category: 'utils', usage: `tr [-to ] [-from ]`