mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
proper command descriptions
This commit is contained in:
parent
a2bcb423cf
commit
5e5a738b74
51 changed files with 54 additions and 54 deletions
|
@ -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>]'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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)>]'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue