proper command descriptions

This commit is contained in:
derpystuff 2022-12-06 09:31:35 +01:00
parent a2bcb423cf
commit 5e5a738b74
51 changed files with 54 additions and 54 deletions

View file

@ -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 [<command>]'

View file

@ -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'

View file

@ -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'

View file

@ -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'

View file

@ -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 [<amount (1-5)>]'