Little passion project of mine :) A discord bot that can (hopefully) do a little bit of everything!
############################ General ############################
# Bot Token
TOKEN=""
# Optional development bot token (used for simultaneous development)
DEVTOKEN=""
# Setting this to TRUE will run the bot using the DEVTOKEN specified above
DEVMODE=FALSE
# Set bot's legacy command prefix
PREFIX="$"
# List of admin IDs for admin-only bot commands (CSV)
ADMINS=""
############################ Intents ############################
MESSAGES=FALSE
MEMBERS=FALSE
GUILDS=FALSE
VOICE_STATES=FALSE