init
release-tag / release-image (push) Failing after 56s

This commit is contained in:
2026-05-29 09:16:05 +02:00
parent dfbda28cf3
commit 8fd368860c
12 changed files with 1494 additions and 1 deletions
+24
View File
@@ -0,0 +1,24 @@
# 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