You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might make sense to follow a composition approach as in: luisgc93/chamath2cash@9c9b706
I.e. To create a Bot class that contains all the different clients plus some business logic.
Just how the test suite was split into several modules, the same should probably be done for bot.py since the code is getting a bit spaghetti.
Some ideas of how it could be broken down:
reply_mentions.py
,publish_reminders.py
,generate_report.py
The text was updated successfully, but these errors were encountered: