diff --git a/commands/interaction/tts/texttospeech2.js b/commands/interaction/tts/texttospeech2.js index 3192e62..ad58a9b 100644 --- a/commands/interaction/tts/texttospeech2.js +++ b/commands/interaction/tts/texttospeech2.js @@ -8,7 +8,7 @@ const { createEmbed } = require('../../../labscore/utils/embed'); const { icon, highlight } = require('../../../labscore/utils/markdown'); module.exports = { - description: 'more text to speech', + description: 'Text to Speech with different voices', name: 'tts2', options: [ { diff --git a/commands/interaction/tts/tiktok.js b/commands/interaction/tts/tiktok.js index 5300b57..cadd8f2 100644 --- a/commands/interaction/tts/tiktok.js +++ b/commands/interaction/tts/tiktok.js @@ -8,7 +8,7 @@ const { createEmbed } = require('../../../labscore/utils/embed'); const { icon, highlight } = require('../../../labscore/utils/markdown'); module.exports = { - description: 'tiktok audio', + description: 'TikTok text to speech voices', name: 'tiktok', options: [ { diff --git a/commands/message/core/help.js b/commands/message/core/help.js index bdf99b1..fcccb9d 100644 --- a/commands/message/core/help.js +++ b/commands/message/core/help.js @@ -85,7 +85,7 @@ module.exports = { name: 'help', label: 'command', metadata: { - description: 'Command List', + description: 'List all commands, get more information about individual commands.', examples: ['help ping'], category: 'core', usage: 'help []' diff --git a/commands/message/core/ping.js b/commands/message/core/ping.js index 9ee973c..07dbc5b 100644 --- a/commands/message/core/ping.js +++ b/commands/message/core/ping.js @@ -7,7 +7,7 @@ module.exports = { description: 'ping!', name: 'ping', metadata: { - description: 'bot latency', + description: 'Displays information about the bots connection to discord..', examples: ['ping'], category: 'core', usage: 'ping' diff --git a/commands/message/core/privacy.js b/commands/message/core/privacy.js index 92703ca..8098659 100644 --- a/commands/message/core/privacy.js +++ b/commands/message/core/privacy.js @@ -6,7 +6,7 @@ const { PRIVACY_POLICY_LAST_UPDATE, PRIVACY_POLICY_SECTIONS, DISCORD_INVITES, CO module.exports = { name: 'privacy', metadata: { - description: 'Privacy Policy', + description: 'Shows the bots privacy policy.', examples: ['privacy'], category: 'core', usage: 'privacy' diff --git a/commands/message/core/shard.js b/commands/message/core/shard.js index 5b9cbf6..c9a40db 100644 --- a/commands/message/core/shard.js +++ b/commands/message/core/shard.js @@ -6,7 +6,7 @@ const { format } = require('../../../labscore/utils/ansi'); module.exports = { name: 'shard', metadata: { - description: 'shard details', + description: 'Details about the bots connection to this server.', examples: ['shard'], category: 'core', usage: 'shard' diff --git a/commands/message/core/undo.js b/commands/message/core/undo.js index aa1a904..668ce67 100644 --- a/commands/message/core/undo.js +++ b/commands/message/core/undo.js @@ -6,7 +6,7 @@ module.exports = { default: 1, label: 'amount', metadata: { - description: 'undo your last bot command(s)', + description: 'Remove recent command responses from chat.', examples: ['undo 5'], category: 'core', usage: 'undo []' diff --git a/commands/message/dev/update.js b/commands/message/dev/update.js index 7511598..6e02c80 100644 --- a/commands/message/dev/update.js +++ b/commands/message/dev/update.js @@ -7,7 +7,7 @@ const { icon, highlight } = require('../../../labscore/utils/markdown'); module.exports = { name: "update", metadata: { - description: 'update bot', + description: 'Fetches latest bot version.', examples: ['update'], category: 'dev', usage: 'update [-force true]' diff --git a/commands/message/dev/uptime.js b/commands/message/dev/uptime.js index 4e74294..c5dbe2d 100644 --- a/commands/message/dev/uptime.js +++ b/commands/message/dev/uptime.js @@ -15,7 +15,7 @@ function format(seconds){ module.exports = { name: "uptime", metadata: { - description: 'bot uptime', + description: 'Displays the bots uptime.', examples: ['uptime'], category: 'dev', usage: 'uptime' diff --git a/commands/message/fun/art.js b/commands/message/fun/art.js index d22732a..88b574b 100644 --- a/commands/message/fun/art.js +++ b/commands/message/fun/art.js @@ -20,7 +20,7 @@ module.exports = { name: 'art', aliases: ['wallpaper'], metadata: { - description: 'crazy ai art', + description: 'Creates colorful generative art created by JetBrains LIMB.', examples: ['art -type wallpaper -seed 839648 -variance 8866 -rotate 1', 'wallpaper -type phone'], category: 'fun', usage: `art [-type <${Object.keys(SIZES).join('|')}>] [-seed <10000-999999>] [-variance <1000-9999>] [-rotate <0-360>]` diff --git a/commands/message/fun/inferkit.js b/commands/message/fun/inferkit.js index 80eb76e..95262e4 100644 --- a/commands/message/fun/inferkit.js +++ b/commands/message/fun/inferkit.js @@ -11,7 +11,7 @@ module.exports = { aliases: ['complete'], label: 'text', metadata: { - description: 'make ai continue your text', + description: 'Uses InferKit to generate text from a small input snippet.', examples: ['complete The Fitness Gram Pacer'], category: 'fun', usage: 'inferkit ' diff --git a/commands/message/fun/otter.js b/commands/message/fun/otter.js index f968bf5..c8a7526 100644 --- a/commands/message/fun/otter.js +++ b/commands/message/fun/otter.js @@ -6,7 +6,7 @@ const superagent = require('superagent'); module.exports = { name: 'otter', metadata: { - description: 'random otter!!', + description: 'Displays a random image containing otters.', examples: ['otter'], category: 'fun', usage: `otter` diff --git a/commands/message/google/labels.js b/commands/message/google/labels.js index a6aaf31..ed43ab2 100644 --- a/commands/message/google/labels.js +++ b/commands/message/google/labels.js @@ -7,7 +7,7 @@ const { STATICS } = require("../../../labscore/utils/statics"); module.exports = { name: 'labels', metadata: { - description: 'Image Labelling', + description: 'Applies labels to an image based on its visual contents.', examples: ['labels'], category: 'utils', usage: 'labels ' diff --git a/commands/message/google/safetylabels.js b/commands/message/google/safetylabels.js index 7784b3d..e556b07 100644 --- a/commands/message/google/safetylabels.js +++ b/commands/message/google/safetylabels.js @@ -7,7 +7,7 @@ const { STATICS } = require("../../../labscore/utils/statics"); module.exports = { name: 'safetylabels', metadata: { - description: 'Image Safe Search Labels', + description: 'Applies detection labels for potentially sensitive content of an image.', examples: ['safetylabels'], category: 'utils', usage: 'safetylabels ' diff --git a/commands/message/image/dalle.js b/commands/message/image/dalle.js index 0feff56..d553eef 100644 --- a/commands/message/image/dalle.js +++ b/commands/message/image/dalle.js @@ -8,7 +8,7 @@ module.exports = { label: 'query', aliases: ['craiyon'], metadata: { - description: 'dalle', + description: 'Uses Craiyon to generate four images from a text prompt.', examples: ['dalle'], category: 'image', usage: 'dalle ' diff --git a/commands/message/image/deepai/deepdream.js b/commands/message/image/deepai/deepdream.js index 74f710c..3dd2844 100644 --- a/commands/message/image/deepai/deepdream.js +++ b/commands/message/image/deepai/deepdream.js @@ -8,7 +8,7 @@ module.exports = { name: 'deepdream', aliases: ['dd'], metadata: { - description: 'deepdream', + description: 'Processes an image with DeepAI DeepDream.', examples: ['deepdream'], category: 'image', usage: 'deepdream ' diff --git a/commands/message/image/deepai/superresolution.js b/commands/message/image/deepai/superresolution.js index 7c2c16c..9f63467 100644 --- a/commands/message/image/deepai/superresolution.js +++ b/commands/message/image/deepai/superresolution.js @@ -8,7 +8,7 @@ module.exports = { name: 'superresolution', aliases: ['sr'], metadata: { - description: 'superresolution', + description: 'Upscales an image with SuperResolution.', examples: ['superresolution'], category: 'image', usage: 'superresolution ' diff --git a/commands/message/image/deepai/text2image.js b/commands/message/image/deepai/text2image.js index 6d99f23..db691a8 100644 --- a/commands/message/image/deepai/text2image.js +++ b/commands/message/image/deepai/text2image.js @@ -9,7 +9,7 @@ module.exports = { label: 'text', aliases: ['t2i'], metadata: { - description: 'text2image', + description: 'Generates an image with DeepAI Text2Image using a text prompt.', examples: ['text2image Mushroom'], category: 'image', usage: 'text2image ' diff --git a/commands/message/image/deepai/waifu2x.js b/commands/message/image/deepai/waifu2x.js index 925a8e8..eb2fc01 100644 --- a/commands/message/image/deepai/waifu2x.js +++ b/commands/message/image/deepai/waifu2x.js @@ -8,7 +8,7 @@ module.exports = { name: 'waifu2x', aliases: ['w2x'], metadata: { - description: 'waifu2x', + description: 'Processes an image with Waifu2x.', examples: ['waifu2x'], category: 'image', usage: 'waifu2x ' diff --git a/commands/message/image/makesweet/billboard.js b/commands/message/image/makesweet/billboard.js index c3b822b..c086647 100644 --- a/commands/message/image/makesweet/billboard.js +++ b/commands/message/image/makesweet/billboard.js @@ -10,7 +10,7 @@ module.exports = { name: 'billboard', label: 'text', metadata: { - description: 'makesweet billboard', + description: 'Generates an animated gif with the MakeSweet billboard template.', examples: ['billboard'], category: 'image', usage: 'billboard' diff --git a/commands/message/image/makesweet/circuitboard.js b/commands/message/image/makesweet/circuitboard.js index 0b078a5..2428c86 100644 --- a/commands/message/image/makesweet/circuitboard.js +++ b/commands/message/image/makesweet/circuitboard.js @@ -10,7 +10,7 @@ module.exports = { name: 'circuitboard', label: 'text', metadata: { - description: 'makesweet circuit board', + description: 'Generates an animated gif with the MakeSweet circuit board template.', examples: ['circuitboard'], category: 'image', usage: 'circuitboard' diff --git a/commands/message/image/makesweet/flag.js b/commands/message/image/makesweet/flag.js index d70d049..8554168 100644 --- a/commands/message/image/makesweet/flag.js +++ b/commands/message/image/makesweet/flag.js @@ -10,7 +10,7 @@ module.exports = { name: 'flag', label: 'text', metadata: { - description: 'makesweet flag', + description: 'Generates an animated gif with the MakeSweet flag template.', examples: ['flag'], category: 'image', usage: 'flag' diff --git a/commands/message/image/makesweet/heartlocket.js b/commands/message/image/makesweet/heartlocket.js index 3f1e10a..19d5c46 100644 --- a/commands/message/image/makesweet/heartlocket.js +++ b/commands/message/image/makesweet/heartlocket.js @@ -10,10 +10,10 @@ module.exports = { name: 'heartlocket', label: 'text', metadata: { - description: 'makesweet heart locket', - examples: ['heartlocket'], + description: 'Generates an animated gif with the MakeSweet heart locket template. Accepts text as an optional input.', + examples: ['heartlocket Big Nutty'], category: 'image', - usage: 'heartlocket' + usage: 'heartlocket []' }, run: async (context, args) => { diff --git a/commands/message/image/photofunia/retro-wave.js b/commands/message/image/photofunia/retro-wave.js index d4f96f7..a52d6ae 100644 --- a/commands/message/image/photofunia/retro-wave.js +++ b/commands/message/image/photofunia/retro-wave.js @@ -8,7 +8,7 @@ module.exports = { name: 'retro', label: 'text', metadata: { - description: 'cyberspace', + description: 'Generates an image with a retro style.', examples: ['retro cyberspace|chaos|crazy'], category: 'image', usage: 'retro [-background <1-5>] [-style <1-4>]' diff --git a/commands/message/image/photofunia/yacht.js b/commands/message/image/photofunia/yacht.js index 0667d01..39a3b61 100644 --- a/commands/message/image/photofunia/yacht.js +++ b/commands/message/image/photofunia/yacht.js @@ -8,7 +8,7 @@ module.exports = { name: 'yacht', label: 'text', metadata: { - description: 'crazy yacht', + description: 'Generates an image with custom text on a yacht.', examples: ['yacht Im on a boat.'], category: 'image', usage: 'yacht ' diff --git a/commands/message/info/appinfo.js b/commands/message/info/appinfo.js index 4b2f395..380ee6e 100644 --- a/commands/message/info/appinfo.js +++ b/commands/message/info/appinfo.js @@ -36,7 +36,7 @@ module.exports = { label: 'id', aliases: ['ai'], metadata: { - description: 'app info', + description: 'Displays information about a discord application.', examples: ['ai 682654466453012553'], category: 'info', usage: 'appinfo ' diff --git a/commands/message/info/avatar.js b/commands/message/info/avatar.js index bd00bd6..26eea1e 100644 --- a/commands/message/info/avatar.js +++ b/commands/message/info/avatar.js @@ -7,7 +7,7 @@ module.exports = { label: 'user', aliases: ['a'], metadata: { - description: 'avatar', + description: 'Displays someones discord avatar. Accepts IDs, Mentions, or Usernames.', examples: ['avatar labsCore'], category: 'info', usage: 'avatar []' diff --git a/commands/message/info/guild.js b/commands/message/info/guild.js index 265a3b9..b98d03f 100644 --- a/commands/message/info/guild.js +++ b/commands/message/info/guild.js @@ -8,7 +8,7 @@ module.exports = { label: 'user', aliases: ['guild', 'guildinfo'], metadata: { - description: 'server', + description: 'Displays 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 abc0931..31d0935 100644 --- a/commands/message/info/guildicon.js +++ b/commands/message/info/guildicon.js @@ -5,7 +5,7 @@ module.exports = { name: 'servericon', aliases: ["guildicon","gi","si","groupicon"], metadata: { - description: 'server icon', + description: 'Displays the server icon.', examples: ['gi'], category: 'info', usage: 'guildicon' diff --git a/commands/message/info/invite.js b/commands/message/info/invite.js index ddd8b60..2742977 100644 --- a/commands/message/info/invite.js +++ b/commands/message/info/invite.js @@ -8,7 +8,7 @@ module.exports = { label: 'invite', aliases: ['inviteinfo'], metadata: { - description: 'invite info', + description: 'Displays information about a discord invite code.', examples: ['invite discord-townhall'], category: 'info', usage: 'invite ' diff --git a/commands/message/info/user.js b/commands/message/info/user.js index 90d9d64..f99cd33 100644 --- a/commands/message/info/user.js +++ b/commands/message/info/user.js @@ -11,7 +11,7 @@ module.exports = { label: 'user', aliases: ['u', 'profile'], metadata: { - description: 'user', + description: 'Displays information about a discord user. Accepts IDs, Mentions and Usernames.', examples: ['user labsCore'], category: 'info', usage: 'user []' diff --git a/commands/message/search/audio.js b/commands/message/search/audio.js index 185cab9..6c098db 100644 --- a/commands/message/search/audio.js +++ b/commands/message/search/audio.js @@ -13,7 +13,7 @@ module.exports = { name: 'audio', aliases: ['aud'], metadata: { - description: '**audio detection**\nusing the audio command without replying to a message will try to identify the song in the most recent video\n\n**music platform links**\n__replying__ to a message while using this command will return a list of music platforms the provided music (link) is available on', + description: '**Audio Detection**\nUsing the audio command without replying to a message will try to identify the song in the most recent video in chat.\n\n**Music Platform Links**\n__Replying__ to a message while using this command will return a list of music platforms the provided music (link) is available on.', examples: ['aud'], category: 'search', usage: 'audio' diff --git a/commands/message/search/bing-images.js b/commands/message/search/bing-images.js index a27c682..ba6e784 100644 --- a/commands/message/search/bing-images.js +++ b/commands/message/search/bing-images.js @@ -30,7 +30,7 @@ module.exports = { label: 'query', aliases: ['bi', 'img2'], metadata: { - description: 'bing image search', + description: 'Returns image search results from Microsoft Bing.', examples: ['bing Large Magenta Sphere'], category: 'search', usage: 'bing ' diff --git a/commands/message/search/bing.js b/commands/message/search/bing.js index 066e9b7..2940eb1 100644 --- a/commands/message/search/bing.js +++ b/commands/message/search/bing.js @@ -26,7 +26,7 @@ module.exports = { label: 'query', aliases: ['b', 'search2'], metadata: { - description: 'bing search', + description: 'Returns search results from Microsoft 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 10420fd..8bc7ec3 100644 --- a/commands/message/search/google-images.js +++ b/commands/message/search/google-images.js @@ -30,7 +30,7 @@ module.exports = { label: 'query', aliases: ['i', 'img'], metadata: { - description: 'google image search', + description: 'Returns image search results from Google.', examples: ['image Large Magenta Sphere'], category: 'search', usage: 'image ' diff --git a/commands/message/search/google.js b/commands/message/search/google.js index bdb3ce3..8e1bf7a 100644 --- a/commands/message/search/google.js +++ b/commands/message/search/google.js @@ -27,7 +27,7 @@ module.exports = { label: 'query', aliases: ['g', 'search'], metadata: { - description: 'google search', + description: 'Returns search results from Google.', examples: ['google Flask'], category: 'search', usage: 'google ' diff --git a/commands/message/search/reddit.js b/commands/message/search/reddit.js index db398f4..b4331ae 100644 --- a/commands/message/search/reddit.js +++ b/commands/message/search/reddit.js @@ -47,7 +47,7 @@ module.exports = { label: 'query', aliases: ['r'], metadata: { - description: 'reddit search', + description: 'Returns search results from reddit. Allows global and subreddit-specific search.', 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 e80ad23..fa82d7e 100644 --- a/commands/message/search/reverse-image.js +++ b/commands/message/search/reverse-image.js @@ -33,7 +33,7 @@ module.exports = { name: 'reverse-image', aliases: ['reverse', 'tineye','reverseimage'], metadata: { - description: 'reverse image search', + description: 'Performs a reverse-image-search.', examples: ['reverseimage'], category: 'search', usage: 'reverse ' diff --git a/commands/message/search/rule34.js b/commands/message/search/rule34.js index 047d985..9b758a1 100644 --- a/commands/message/search/rule34.js +++ b/commands/message/search/rule34.js @@ -46,7 +46,7 @@ module.exports = { label: 'query', aliases: ['r34'], metadata: { - description: 'rule34 search', + description: 'Returns image search results from various rule34-focused sites.\n\nSupported Sites: `' + Object.keys(SITES).join(', ') + '`', examples: ['r34 sex -site rule34'], category: 'search', usage: 'rule34 [-site ]' diff --git a/commands/message/search/urbandictionary.js b/commands/message/search/urbandictionary.js index 1c943d8..dbc5688 100644 --- a/commands/message/search/urbandictionary.js +++ b/commands/message/search/urbandictionary.js @@ -39,7 +39,7 @@ module.exports = { label: 'query', aliases: ['urban', 'ud'], metadata: { - description: 'urban dictionary definitions (might be nsfw).\nproviding no search term returns random results.', + description: 'Returns search results from UrbanDictionary. Might include profanity.\nProviding no search query will return random results.', examples: ['ud Flask'], category: 'search', usage: 'urbandictionary ' diff --git a/commands/message/search/weather.js b/commands/message/search/weather.js index 03135a6..066774d 100644 --- a/commands/message/search/weather.js +++ b/commands/message/search/weather.js @@ -9,7 +9,7 @@ module.exports = { name: 'weather', label: 'query', metadata: { - description: 'Weather information.', + description: 'Displays information about the weather.', examples: ['weather Berlin'], category: 'search', usage: 'weather ' diff --git a/commands/message/search/wikihow.js b/commands/message/search/wikihow.js index b112279..5ce957b 100644 --- a/commands/message/search/wikihow.js +++ b/commands/message/search/wikihow.js @@ -26,7 +26,7 @@ module.exports = { label: 'query', aliases: ['wh', 'how'], metadata: { - description: 'how do you survive??', + description: 'Returns search results from 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 9af1dfc..11956af 100644 --- a/commands/message/search/wolfram-alpha.js +++ b/commands/message/search/wolfram-alpha.js @@ -27,8 +27,8 @@ module.exports = { label: 'query', aliases: ['wa', 'wolfram-alpha'], metadata: { - description: 'wolfram alpha search', - examples: ['wa Gray'], + description: 'Computes a query using 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 17335c5..020beca 100644 --- a/commands/message/search/youtube.js +++ b/commands/message/search/youtube.js @@ -29,7 +29,7 @@ module.exports = { label: 'query', aliases: ['yt'], metadata: { - description: 'youtube search', + description: 'Returns search results from YouTube.', examples: ['youtube Google'], category: 'search', usage: 'youtube ' diff --git a/commands/message/utils/define.js b/commands/message/utils/define.js index 90d0cbd..772fb7c 100644 --- a/commands/message/utils/define.js +++ b/commands/message/utils/define.js @@ -37,7 +37,7 @@ module.exports = { label: 'query', aliases: ['dictionary', 'dict'], metadata: { - description: 'dictionary lookup', + description: 'Returns dictionary definitions for words.', examples: ['dictionary Flask'], category: 'search', usage: 'define ' diff --git a/commands/message/utils/emoji.js b/commands/message/utils/emoji.js index ce376f7..de03a96 100644 --- a/commands/message/utils/emoji.js +++ b/commands/message/utils/emoji.js @@ -13,7 +13,7 @@ module.exports = { name: "emoji", aliases: ['e', 'emote', 'enlarge', 'em', 'emojimix'], metadata: { - description: 'Enlarge Emoji.', + description: 'Displays information about emoji. Supports regular emoji and discord emoji.\n\nUsing two emoji will mix the 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 d0f7308..6053a19 100644 --- a/commands/message/utils/ocr.js +++ b/commands/message/utils/ocr.js @@ -8,7 +8,7 @@ const { STATICS } = require("../../../labscore/utils/statics"); module.exports = { name: 'ocr', metadata: { - description: 'Optical Character Recognition', + description: 'Uses Optical Character Recognition to detect text in images.', examples: ['ocr'], category: 'utils', usage: 'ocr ' diff --git a/commands/message/utils/ocrtr.js b/commands/message/utils/ocrtr.js index e7dfe75..44d377b 100644 --- a/commands/message/utils/ocrtr.js +++ b/commands/message/utils/ocrtr.js @@ -10,7 +10,7 @@ module.exports = { name: 'ocrtr', label: 'to', metadata: { - description: 'Optical Character Recognition + Translate', + description: 'Uses Optical Character Recognition to translate text in an image.', examples: ['ocrtr en'], category: 'utils', usage: 'ocrtr [-from ]' diff --git a/commands/message/utils/qr.js b/commands/message/utils/qr.js index cb7e3b7..bcc3df3 100644 --- a/commands/message/utils/qr.js +++ b/commands/message/utils/qr.js @@ -11,7 +11,7 @@ module.exports = { label: 'text', aliases: ['scan'], metadata: { - description: 'qr code generator/scanner\n\nif no arguments are provided it\'ll try to scan the most recent qr code', + description: 'Generates a QR code. If no input is provided acts as a QR code scanner.', examples: ['qr big nutty'], category: 'utils', usage: `qr ` diff --git a/commands/message/utils/screenshot.js b/commands/message/utils/screenshot.js index 29cb66a..9793be0 100644 --- a/commands/message/utils/screenshot.js +++ b/commands/message/utils/screenshot.js @@ -16,7 +16,7 @@ module.exports = { name: "screenshot", aliases: ['ss'], metadata: { - description: 'screenshot website', + description: 'Takes screenshots of a website.', examples: ['ss google.com'], category: 'utils', usage: 'screenshot ' diff --git a/commands/message/utils/translate.js b/commands/message/utils/translate.js index 18c7983..8b83667 100644 --- a/commands/message/utils/translate.js +++ b/commands/message/utils/translate.js @@ -12,7 +12,7 @@ module.exports = { label: 'text', aliases: ['tr'], metadata: { - description: 'translate text', + description: 'Translates text. Supports automatic source language detection.', examples: ['tr groß nussig -from de -to en'], category: 'utils', usage: `tr [-to ] [-from ]`