hitomi/bot
Brian S. Stephan 793fdb0e84 config option for loading bot "plugins"
as it turns out, i can't use a module __init__.py to load bot stuff, if
that code would refer to django models, because the django code will try
to do stuff before the apps are initialized, and then the entire house
of cards crumbles apart.

so, i will explicitly load these bot "plugins" separately, after the
modules proper are all initialized
2018-01-09 15:18:38 -06:00
..
management config option for loading bot "plugins" 2018-01-09 15:18:38 -06:00
__init__.py add on_message_handlers to Bot, by extending Bot 2018-01-09 15:16:01 -06:00
api.py add HTTP API to the bot 2018-01-09 10:23:36 -06:00