update examles

This commit is contained in:
derpystuff 2023-06-30 23:22:37 +02:00
parent 75b8520481
commit b3989587bb
38 changed files with 21 additions and 42 deletions

View file

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

View file

@ -10,7 +10,6 @@ module.exports = {
metadata: {
description: 'Shows the bots privacy policy.',
description_short: 'Privacy policy',
examples: ['privacy'],
category: 'core',
usage: 'privacy'
},

View file

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

View file

@ -23,7 +23,6 @@ module.exports = {
metadata: {
description: 'Shows statistics about the bot.',
description_short: 'Bot statistics',
examples: ['stats'],
category: 'core',
usage: 'stats'
},