From 62ebe342d4c486219d19bce8b902c59d09cd76b4 Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 14 Apr 2018 13:06:07 -0400 Subject: Package changes --- commands/setmoney.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'commands') diff --git a/commands/setmoney.js b/commands/setmoney.js index fe74e50..f4bb4aa 100644 --- a/commands/setmoney.js +++ b/commands/setmoney.js @@ -21,7 +21,8 @@ module.exports.run = async (client, message, args) => { const { RichEmbed } = require('discord.js'); const economy = require('discord-eco') if (!message.member.permissions.has('ADMINISTRATOR')) return message.reply("It looks like that you don't have the permissions to set your money.") - + // if (!['242775871059001344',].includes(message.author.id)) + if (!args[0]) { message.reply('You need a amount.'); return; -- cgit v1.2.3