From 6c4adaaefa890038aec7a4d6cfd30fba98fc0693 Mon Sep 17 00:00:00 2001 From: Alee Date: Thu, 29 Mar 2018 22:05:37 -0400 Subject: I hope this works --- commands/setmoney.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/setmoney.js b/commands/setmoney.js index 00060d1..f609552 100644 --- a/commands/setmoney.js +++ b/commands/setmoney.js @@ -26,6 +26,7 @@ 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)) return if (!args[0]) { message.reply('You need a amount.'); -- cgit v1.2.3