formatting

just trying to trigger the workflow lmao
This commit is contained in:
minish 2023-09-02 23:07:34 -04:00
parent 721b350820
commit 09e3ee6334
Signed by: min
GPG Key ID: FEECFF24EF0CE9E9
2 changed files with 11 additions and 1 deletions

10
docker-compose.yaml Normal file
View File

@ -0,0 +1,10 @@
version: '3.7'
services:
nodemusicbot:
build: .
restart: unless-stopped
environment:
- DISCORD_TOKEN=MTA4Nzg4MTUwMDIyMzA5NDg3NQ.GGKz3Y.WJEyYLY3X3lD5o8XFhiRbjoLaR68OUGmJ6m1dA

View File

@ -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!!')