feat: implement developer collaboration hub with telegram/discord interactive UI

This commit is contained in:
Shanmuga Krishnan S M
2026-07-29 08:27:46 +05:30
parent 2b4a8ee0e9
commit 8bd0718b72
13 changed files with 1625 additions and 129 deletions

View File

@@ -1,7 +1,8 @@
{
"community_bot_token": "",
"telegram_bot_token": "",
"helper_chat_ids": [971749136,5567776672],
"helper_chat_ids": [971749136, 5567776672],
"discord_bot_token": "",
"discord_helper_user_ids": [789393727641878568],
"spring_backend_url": "http://localhost:8085"
"spring_backend_url": "http://localhost:8080"
}