diff --git a/index.js b/index.js index 7d01e72..40a9a7d 100644 --- a/index.js +++ b/index.js @@ -224,7 +224,7 @@ client.on('messageCreate', message => { } if (['restart'].includes(command)) { - if (false /*message.author.id !== '778441081883983893'*/) { + if (false /* message.author.id !== '778441081883983893' */) { message.channel.send('no permission!') } else { message.channel.send('Restarting!!')