diff options
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/contribute.js | 2 | ||||
| -rw-r--r-- | commands/ping.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/commands/contribute.js b/commands/contribute.js index 3c5f966..b6a2d6f 100644 --- a/commands/contribute.js +++ b/commands/contribute.js @@ -10,5 +10,5 @@ exports.conf = { exports.help = { name: 'contribute', description: 'Contributing to the bot.', - category: 'Utility', + category: 'Information', }; diff --git a/commands/ping.js b/commands/ping.js index 0c61fd5..d1d9204 100644 --- a/commands/ping.js +++ b/commands/ping.js @@ -10,5 +10,5 @@ exports.conf = { exports.help = { name: 'ping', description: 'Pings the bot and replies with the latency.', - category:'Getting Started', + category:'Information', }; |
