Moving ChannelID list to .env, Parsing array instead of checking both vars

This commit is contained in:
Raven Scott
2023-04-11 14:50:19 +02:00
parent 8eb1b34d4e
commit d90ceab967
2 changed files with 8 additions and 8 deletions

View File

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