Skip to content

Commit 43eaa64

Browse files
committed
restructured commands
1 parent 8568ddb commit 43eaa64

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ exports.conf = {
2222
// Sets the name, category, description and usage example for a command
2323
exports.help = {
2424
name: "template",
25-
category: "Miscelaneous",
25+
category: "Miscellaneous",
2626
description: "Command Template",
2727
usage: "template"
2828
};
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exports.conf = {
1010

1111
exports.help = {
1212
name: "credits",
13-
category: "Miscelaneous",
13+
category: "Miscellaneous",
1414
description: "Template Credits Command",
1515
usage: "credits"
1616
};
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exports.conf = {
1111

1212
exports.help = {
1313
name: "ping",
14-
category: "Miscelaneous",
14+
category: "Miscellaneous",
1515
description: "Displays your latency",
1616
usage: "ping"
1717
};
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ exports.conf = {
2222

2323
exports.help = {
2424
name: "stats",
25-
category: "Miscelaneous",
25+
category: "System",
2626
description: "Displays bot client statistics",
2727
usage: "stats"
2828
};

0 commit comments

Comments
 (0)