parent
721b350820
commit
09e3ee6334
|
@ -0,0 +1,10 @@
|
||||||
|
version: '3.7'
|
||||||
|
|
||||||
|
services:
|
||||||
|
nodemusicbot:
|
||||||
|
build: .
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
environment:
|
||||||
|
- DISCORD_TOKEN=MTA4Nzg4MTUwMDIyMzA5NDg3NQ.GGKz3Y.WJEyYLY3X3lD5o8XFhiRbjoLaR68OUGmJ6m1dA
|
||||||
|
|
2
index.js
2
index.js
|
@ -224,7 +224,7 @@ client.on('messageCreate', message => {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (['restart'].includes(command)) {
|
if (['restart'].includes(command)) {
|
||||||
if (false /*message.author.id !== '778441081883983893'*/) {
|
if (false /* message.author.id !== '778441081883983893' */) {
|
||||||
message.channel.send('no permission!')
|
message.channel.send('no permission!')
|
||||||
} else {
|
} else {
|
||||||
message.channel.send('Restarting!!')
|
message.channel.send('Restarting!!')
|
||||||
|
|
Loading…
Reference in New Issue