Example params.py file:
BOT_ID = 1234
BOT_TOKEN = "<your_discord_bot_token>"
GUILD_NAME = "IB CAFETERIA"
BNET_CHANNEL_NAME = "pub-games"
ENT_CHANNEL_NAME = "general-chat"
PEON_ID = 431854796748619777
SHAMAN_ID = 431854421635366912
# IDs for bot com guild and channel (these are example numbers, just random)
COM_GUILD_ID = 777727718498949234
COM_CHANNEL_ID = 773743473434857565
# Controls if the whole machine will reboot after a code update, or only the Python instance
REBOOT_ON_UPDATE = True