From 5c2843435f589d2962135052e9f8be6f18830291 Mon Sep 17 00:00:00 2001 From: pokesudenk Date: Sun, 25 Feb 2018 00:34:31 -0500 Subject: added some aliases --- commands/Fun/8ball.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/Fun/8ball.js') 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, }; -- cgit v1.2.3