From 7dde4ea772ba8a5cdff6d231dca0b2574be7c817 Mon Sep 17 00:00:00 2001 From: minish Date: Sat, 2 Sep 2023 23:14:25 -0400 Subject: [PATCH] actions were off oops --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!!')