hitomi/bot/management/commands
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
..
__init__.py start Django project, add basic Discord bot 2018-01-08 09:30:31 -06:00
starthitomi.py config option for loading bot "plugins" 2018-01-09 15:18:38 -06:00