# Discord bot token from the Discord Developer Portal
DISCORD_TOKEN=PASTE_YOUR_DISCORD_BOT_TOKEN_HERE

# Minecraft server details
SERVER_HOST=play.example.com
SERVER_PORT=25565

# For Java Minecraft, leave this as minecraft
SERVER_TYPE=minecraft

# How often to query the server and update the bot status
QUERY_INTERVAL_SECONDS=60
