add Passing debug server through env

This commit is contained in:
JOLIMAITRE Matthieu 2024-04-29 14:12:39 +02:00
parent 4b3db2c066
commit 2a8700ef04
2 changed files with 6 additions and 6 deletions

2
run.sh
View file

@ -6,4 +6,4 @@ if ! [ -f ./token ]
then echo "ERROR : Needs discord API token in ./token" && exit
fi
./src/bot.ts ./token
DEBUG=871777993922588712 ./src/bot.ts ./token