aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/Fun/8ball.js2
-rw-r--r--commands/Fun/cureboredom.js2
-rw-r--r--commands/Fun/story.js2
-rw-r--r--commands/Owners Only/eval.js2
4 files changed, 4 insertions, 4 deletions
diff --git a/commands/Fun/8ball.js b/commands/Fun/8ball.js
index 3ebd1c3..7432c63 100644
--- a/commands/Fun/8ball.js
+++ b/commands/Fun/8ball.js
@@ -36,7 +36,7 @@ exports.run = async (bot, msg, args) => {
};
exports.conf = {
- aliases: [],
+ aliases: ['ask'],
guildOnly: true,
};
diff --git a/commands/Fun/cureboredom.js b/commands/Fun/cureboredom.js
index c2e8304..0445a5a 100644
--- a/commands/Fun/cureboredom.js
+++ b/commands/Fun/cureboredom.js
@@ -18,7 +18,7 @@ exports.run = (bot, msg, args) => {
};
exports.conf = {
- aliases: [],
+ aliases: ['cboredom'],
guildOnly: true,
};
diff --git a/commands/Fun/story.js b/commands/Fun/story.js
index 1f1a442..dc2a674 100644
--- a/commands/Fun/story.js
+++ b/commands/Fun/story.js
@@ -24,7 +24,7 @@ exports.run = async (bot, msg) => {
};
exports.conf = {
- aliases: [],
+ aliases: ['storytime'],
guildOnly: true,
};
diff --git a/commands/Owners Only/eval.js b/commands/Owners Only/eval.js
index 062635f..8024f15 100644
--- a/commands/Owners Only/eval.js
+++ b/commands/Owners Only/eval.js
@@ -55,7 +55,7 @@ exports.run = async (bot, msg, args) => {
};
exports.conf = {
- aliases: [],
+ aliases: ['exec'],
guildOnly: false,
};