moved to information folder and updated categories accordingly
This commit is contained in:
parent
9bca404644
commit
1388c9dc78
3 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ exports.conf = {
|
|||
|
||||
exports.help = {
|
||||
name: "help",
|
||||
category: "System",
|
||||
category: "Information",
|
||||
description: "Displays all the available commands for your permission level.",
|
||||
usage: "help [command]"
|
||||
};
|
|
@ -12,7 +12,7 @@ exports.conf = {
|
|||
|
||||
exports.help = {
|
||||
name: "ping",
|
||||
category: "Utility",
|
||||
category: "Information",
|
||||
description: "It like... Pings. Then Pongs. And it's not Ping Pong.",
|
||||
usage: "ping"
|
||||
};
|
|
@ -23,7 +23,7 @@ exports.conf = {
|
|||
|
||||
exports.help = {
|
||||
name: "stats",
|
||||
category: "Utility",
|
||||
category: "Information",
|
||||
description: "Gives some useful bot statistics.",
|
||||
usage: "stats"
|
||||
};
|
Loading…
Reference in a new issue