diff --git a/commands/System/help.js b/commands/Information/help.js similarity index 98% rename from commands/System/help.js rename to commands/Information/help.js index 1bb4dca..55700bf 100644 --- a/commands/System/help.js +++ b/commands/Information/help.js @@ -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]" }; diff --git a/commands/Utility/ping.js b/commands/Information/ping.js similarity index 94% rename from commands/Utility/ping.js rename to commands/Information/ping.js index 4b75300..8e9e666 100644 --- a/commands/Utility/ping.js +++ b/commands/Information/ping.js @@ -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" }; diff --git a/commands/Utility/stats.js b/commands/Information/stats.js similarity index 96% rename from commands/Utility/stats.js rename to commands/Information/stats.js index 8d3799f..29ff5f5 100644 --- a/commands/Utility/stats.js +++ b/commands/Information/stats.js @@ -23,7 +23,7 @@ exports.conf = { exports.help = { name: "stats", - category: "Utility", + category: "Information", description: "Gives some useful bot statistics.", usage: "stats" }; \ No newline at end of file