From 77bccfb5cfbba15e749055bc5c756927638a4707 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 25 Mar 2018 16:03:02 -0400 Subject: Fixes in aliases --- commands/setmoney.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/setmoney.js b/commands/setmoney.js index 44ff85d..f979c40 100644 --- a/commands/setmoney.js +++ b/commands/setmoney.js @@ -52,7 +52,7 @@ module.exports.run = async (client, message, args) => { }; exports.conf = { - aliases: [''], + aliases: [], guildOnly: true, }; exports.help = { -- cgit v1.2.3