mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
update examles
This commit is contained in:
parent
75b8520481
commit
b3989587bb
38 changed files with 21 additions and 42 deletions
|
@ -11,7 +11,6 @@ module.exports = {
|
|||
metadata: {
|
||||
description: 'Displays information about the bots connection to discord.',
|
||||
description_short: 'Bot connection details',
|
||||
examples: ['ping'],
|
||||
category: 'core',
|
||||
usage: 'ping'
|
||||
},
|
||||
|
|
|
@ -10,7 +10,6 @@ module.exports = {
|
|||
metadata: {
|
||||
description: 'Shows the bots privacy policy.',
|
||||
description_short: 'Privacy policy',
|
||||
examples: ['privacy'],
|
||||
category: 'core',
|
||||
usage: 'privacy'
|
||||
},
|
||||
|
|
|
@ -10,7 +10,6 @@ module.exports = {
|
|||
metadata: {
|
||||
description: 'Details about the bots connection to this server.',
|
||||
description_short: 'Shard information',
|
||||
examples: ['shard'],
|
||||
category: 'core',
|
||||
usage: 'shard'
|
||||
},
|
||||
|
|
|
@ -23,7 +23,6 @@ module.exports = {
|
|||
metadata: {
|
||||
description: 'Shows statistics about the bot.',
|
||||
description_short: 'Bot statistics',
|
||||
examples: ['stats'],
|
||||
category: 'core',
|
||||
usage: 'stats'
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue