Remove useless console.log() line
This commit is contained in:
parent
0675aa271d
commit
f9d5b70dbe
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ module.exports = {
|
|||
execute({ message, args, prefix, client, owners }) {
|
||||
let json = fs.readFileSync('./data/netmoduleWhitelist.json', 'utf8');
|
||||
let whitelist = JSON.parse(json)
|
||||
console.log(json.indexOf(message.author.id.toString()) == -1)
|
||||
if (json.indexOf(message.author.id.toString()) == -1) {
|
||||
message.channel.send("You do not have permissions to use this command.");
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue