diff options
Diffstat (limited to 'commands/Owners Only/eval.js')
| -rw-r--r-- | commands/Owners Only/eval.js | 2 |
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, }; |
