Implement Discord bot support and update README for messaging platform changes

This commit is contained in:
Alishahryar1
2026-02-16 00:08:09 -08:00
parent b53a1b20c5
commit 6511542bfe
13 changed files with 1065 additions and 67 deletions
+2
View File
@@ -56,6 +56,8 @@ async def lifespan(app: FastAPI):
platform_type=settings.messaging_platform,
bot_token=settings.telegram_bot_token,
allowed_user_id=settings.allowed_telegram_user_id,
discord_bot_token=settings.discord_bot_token,
allowed_discord_channels=settings.allowed_discord_channels,
)
if messaging_platform: