actions were off oops
This commit is contained in:
parent
721b350820
commit
7dde4ea772
2
index.js
2
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!!')
|
||||
|
|
Loading…
Reference in New Issue