0ptim / JellyChat

🪼 AI chatbot for the DeFiChain ecosystem.
https://defichainwiki.com/jellychat
MIT License
11 stars 2 forks source link

Inject update messages #110

Open 0ptim opened 1 year ago

0ptim commented 1 year ago

Inject update messages, so people instantly know what's new and what's changed in the latest update.

eric-volz commented 1 year ago

We would need an additional database that stores the user_token of the API in a 1 to 1 relation with the identification method of telegram (chat id) and discord (user name).

If this is done we can iterate through the the database and send the latest updates directly to the user.