moving vars to env updating default env

This commit is contained in:
Raven Scott 2023-04-10 02:19:50 +02:00
parent 0953663059
commit 8b24a80279
1 changed files with 5 additions and 1 deletions

View File

@ -1 +1,5 @@
THE_TOKEN=
THE_TOKEN = "DISCORD_TOKEN_HERE"
CHANNEL_ID = CHANNEL_ID_HERE
CHANNEL_ID_2 = CHANNEL_ID_HERE
ROOT_IP = 192.168.0.15
ROOT_PORT = 8000