moved to information folder and updated categories accordingly

This commit is contained in:
rhearmas 2019-12-21 17:18:18 -05:00
parent 9bca404644
commit 1388c9dc78
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ exports.conf = {
exports.help = { exports.help = {
name: "help", name: "help",
category: "System", category: "Information",
description: "Displays all the available commands for your permission level.", description: "Displays all the available commands for your permission level.",
usage: "help [command]" usage: "help [command]"
}; };

View File

@ -12,7 +12,7 @@ exports.conf = {
exports.help = { exports.help = {
name: "ping", name: "ping",
category: "Utility", category: "Information",
description: "It like... Pings. Then Pongs. And it's not Ping Pong.", description: "It like... Pings. Then Pongs. And it's not Ping Pong.",
usage: "ping" usage: "ping"
}; };

View File

@ -23,7 +23,7 @@ exports.conf = {
exports.help = { exports.help = {
name: "stats", name: "stats",
category: "Utility", category: "Information",
description: "Gives some useful bot statistics.", description: "Gives some useful bot statistics.",
usage: "stats" usage: "stats"
}; };