feat: enhance message handling with content pattern matching and update environment configuration
Build and Deploy Docker Container / test (push) Successful in 14s
Build and Deploy Docker Container / build-and-deploy (push) Successful in 29s

This commit is contained in:
2026-05-10 14:24:07 +02:00
parent 915c55d7ed
commit 3412a5ccaa
5 changed files with 221 additions and 9 deletions
+9
View File
@@ -1,2 +1,11 @@
# Replace with your actual Discord webhook URL
DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/<your_webhook_id>/<your_webhook_token>
# Replace with your Discord bot token
DISCORD_BOT_TOKEN=<your_bot_token>
# Replace with your Discord channel ID
DISCORD_CHANNEL_ID=<your_channel_id>
# Replace with your Discord guild/server ID
DISCORD_GUILD_ID=<your_guild_id>