summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--commands/rps.js2
-rw-r--r--commands/slots.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/commands/rps.js b/commands/rps.js
index 27f204c..646acdd 100644
--- a/commands/rps.js
+++ b/commands/rps.js
@@ -48,6 +48,6 @@ module.exports.run = async (client, message) => {
name: 'rps',
description: 'A rock, paper, scissors game.',
usage: 'rps',
- category: '- Economy Commands',
+ category: '- Games',
};
\ No newline at end of file
diff --git a/commands/slots.js b/commands/slots.js
index dcc8903..e618145 100644
--- a/commands/slots.js
+++ b/commands/slots.js
@@ -91,5 +91,5 @@ module.exports.run = async (client, message) => {
name: 'slots',
description: 'Develop a gambling addiction by playing Slots!',
usage: 'slots',
- category: '- Economy Commands',
+ category: '- Games',
};