25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
# Discord Developer Portal / Bot
|
|
DISCORD_TOKEN=BotTokenHere
|
|
DISCORD_APP_ID=ApplicationIDHere
|
|
|
|
# Optional: set for fast slash-command registration during development.
|
|
# Empty = global commands, can take longer to propagate.
|
|
DISCORD_GUILD_ID=OptionalTestGuildIDForFastCommandRegistration
|
|
|
|
# Public channel for sanitized order overview. Leave empty if only the internal team should see order posts.
|
|
DISCORD_PUBLIC_ORDER_CHANNEL_ID=PublicOrderChannelIDOptional
|
|
|
|
# Private/internal channel for team operations. The bot posts buttons and warehouse checks here.
|
|
DISCORD_INTERNAL_ORDER_CHANNEL_ID=PrivateTeamOrderChannelIDRequired
|
|
|
|
# Optional audit/log channel for admin traceability.
|
|
DISCORD_AUDIT_CHANNEL_ID=AuditLogChannelIDOptional
|
|
|
|
# Comma-separated role IDs. Admin role can modify inventory and force status changes.
|
|
DISCORD_ADMIN_ROLE_IDS=123456789012345678,234567890123456789
|
|
|
|
# Comma-separated role IDs. Team role can see internal orders, accept/decline, check warehouse.
|
|
DISCORD_TEAM_ROLE_IDS=345678901234567890
|
|
|
|
DATABASE_PATH=orders.db
|