# Discord bot token from the Developer Portal DISCORD_TOKEN= # Application (client) ID from the Developer Portal DISCORD_CLIENT_ID= # Optional: development guild ID for fast slash-command updates. # Leave empty to deploy commands globally (may take up to 1 hour to propagate). DISCORD_GUILD_ID= # Path to the SQLite database file DATABASE_PATH=./data/bot.sqlite