aboutsummaryrefslogtreecommitdiff
path: root/commands/Owners Only
diff options
context:
space:
mode:
authorpokesudenk <thisis@notarealema.il>2018-02-25 00:34:31 -0500
committerpokesudenk <thisis@notarealema.il>2018-02-25 00:34:31 -0500
commit5c2843435f589d2962135052e9f8be6f18830291 (patch)
tree9b42d78cd96988fc0fd6ec60d96cb2fab58f6208 /commands/Owners Only
parent8d824ae8b51f85e1b6b7fe9f0b6dcf0a2b00b23f (diff)
downloadPokeBot-5c2843435f589d2962135052e9f8be6f18830291.tar.gz
PokeBot-5c2843435f589d2962135052e9f8be6f18830291.tar.bz2
PokeBot-5c2843435f589d2962135052e9f8be6f18830291.zip
added some aliases
Diffstat (limited to 'commands/Owners Only')
-rw-r--r--commands/Owners Only/eval.js2
1 files changed, 1 insertions, 1 deletions
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,
};