group-butler / GroupButler

This bot can help you in managing your group with rules, anti-flood, description, custom triggers, and much more!
https://t.me/GroupButler_bot
GNU General Public License v2.0
443 stars 294 forks source link

Save message json for /extra, /welcome, /goodbye, /rules... #431

Open yangm97 opened 5 years ago

yangm97 commented 5 years ago

The intention is to save the whole, untouched, message object on Postgres. Should make it easier to change how they are rendered in the future, and implement features such as sending the media caption, etc.

And make everything use the same code for sending these stored messages.