Files

11 lines
336 B
Bash
Raw Permalink Normal View History

2026-02-27 16:05:14 +08:00
# Discord Bot Token
# 從 https://discord.com/developers/applications 取得
DISCORD_BOT_TOKEN=your_bot_token_here
# Discord Application ID (可選)
# 用於 Slash Commands
2026-03-03 23:52:33 +08:00
DISCORD_APPLICATION_ID=your_application_id_here
# Discord Guild ID (可選)
# 用於限制 Slash Commands 只在特定伺服器可用
GUILD_ID=your_guild_id_here