aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-14 13:06:07 -0400
committerAlee <alee14498@gmail.com>2018-04-14 13:06:07 -0400
commit62ebe342d4c486219d19bce8b902c59d09cd76b4 (patch)
tree92269be50b59c08dea7b14dc24816f610c07421c /commands
parent3c8be3a161c3fc1b2dbf661453fc7bf96c721403 (diff)
downloadAleeBot-62ebe342d4c486219d19bce8b902c59d09cd76b4.tar.gz
AleeBot-62ebe342d4c486219d19bce8b902c59d09cd76b4.tar.bz2
AleeBot-62ebe342d4c486219d19bce8b902c59d09cd76b4.zip
Package changes
Diffstat (limited to 'commands')
-rw-r--r--commands/setmoney.js3
1 files changed, 2 insertions, 1 deletions
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;