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
Plugin loading currently is harcoded in aiogram init;
When it should be done using configuration directives already implemented in the config file, attributed to the bot object, but currently unused. print(current_app.dispatchers[0].bot.plugins['epsilon']) should print a list of first bot's plugins that should be loaded for general use, if properly configured.
The text was updated successfully, but these errors were encountered:
Plugin loading currently is harcoded in aiogram init;
When it should be done using configuration directives already implemented in the config file, attributed to the bot object, but currently unused.
print(current_app.dispatchers[0].bot.plugins['epsilon'])
should print a list of first bot's plugins that should be loaded for general use, if properly configured.The text was updated successfully, but these errors were encountered: