deltachat-bot / deltabot

Delta.Chat bot written in Python
Mozilla Public License 2.0
33 stars 18 forks source link

Filters don't have access to the bot #16

Closed adbenitez closed 4 years ago

adbenitez commented 4 years ago

commands have an IncommingCommand object that allows to access the bot variable, filters only get the message as argument

adbenitez commented 4 years ago

the bot can be made available to the filters making it global on deltabot_init hook so closing for now