9 lines
284 B
Bash
9 lines
284 B
Bash
# Discord Bot Token from https://discord.com/developers/applications
|
|
DISCORD_TOKEN=your_bot_token_here
|
|
|
|
# Guild ID for testing (optional, for faster command sync in dev)
|
|
GUILD_ID=your_guild_id_here
|
|
|
|
# Log channel ID for Excommunicado / XCOM actions (optional)
|
|
LOG_CHANNEL_ID=
|