mirror of
https://github.com/Alee14/AleeBot.git
synced 2025-01-22 19:21:47 -05:00
I hope this works
This commit is contained in:
parent
37832fa349
commit
6c4adaaefa
1 changed files with 1 additions and 0 deletions
|
@ -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.');
|
||||
|
|
Loading…
Reference in a new issue