From 3ccd6fdf729b8fbd6831defd205e7b1ba4e84b70 Mon Sep 17 00:00:00 2001 From: WubzyGD Date: Wed, 21 Apr 2021 22:13:24 -0600 Subject: [PATCH] cres can rel --- commands/dev/reload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/dev/reload.js b/commands/dev/reload.js index de1c490..ef89c2b 100644 --- a/commands/dev/reload.js +++ b/commands/dev/reload.js @@ -22,7 +22,7 @@ module.exports = { async execute(message, msg, args, cmd, prefix, mention, client) { if (!args.length) { const tu = await UserData.findOne({uid: message.author.id}); - if (!tu || !tu.developer) {return message.channel.send("You must be a Luno developer in order to do this!");} + if (!tu || !tu.developer || message.author.id !== "480535078150340609") {return message.channel.send("You must be a Luno developer in order to do this!");} let commands = fs.readdirSync('./commands').filter(file => file.endsWith('.js')); let dirSet = new Map();