summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-03-29 22:17:14 -0400
committerAlee <alee14498@gmail.com>2018-03-29 22:17:14 -0400
commitdcb8b0bf96c5dc1ef5da8e1f64efb698ca561478 (patch)
treeba052b4f26de693edf58d3e127533cec047d5fd8
parent60a64cd2a29b7e944e8455871ac53d0b58023527 (diff)
downloadAleeBot-dcb8b0bf96c5dc1ef5da8e1f64efb698ca561478.tar.gz
AleeBot-dcb8b0bf96c5dc1ef5da8e1f64efb698ca561478.tar.bz2
AleeBot-dcb8b0bf96c5dc1ef5da8e1f64efb698ca561478.zip
Reverting things
-rw-r--r--commands/setmoney.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/setmoney.js b/commands/setmoney.js
index 93e8916..00060d1 100644
--- a/commands/setmoney.js
+++ b/commands/setmoney.js
@@ -25,7 +25,7 @@
module.exports.run = async (client, message, args) => {
const { RichEmbed } = require('discord.js');
const economy = require('discord-eco')
- if (!['242775871059001344'].includes(message.author.id) || !message.member.permissions.has('ADMINISTRATOR')) return message.reply("It looks like that you don't have the permissions to set your money.")
+ if (!message.member.permissions.has('ADMINISTRATOR')) return message.reply("It looks like that you don't have the permissions to set your money.")
if (!args[0]) {
message.reply('You need a amount.');