I hope this works

This commit is contained in:
Andrew Lee 2018-03-29 22:05:37 -04:00
parent 37832fa349
commit 6c4adaaefa

View file

@ -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.');