Bot is now extended as Hitomi, so that we can add on_message_handlers = [], which will store functions to call when on_message happens. this is necessary because i want to have two things react to on_message, but the discord.py code only supports one coroutine for on_message. so, this is a hook into it to do what i want not sure if i'll end up needing this for on_message_edit or on_message_delete, but i'm skeptical right now
hitomi
a Discord bot
Overview
dr.botzo is a Discord bot written in Python, using Django as a backend and the discord.py library to handle most of the protocol stuff. It is mostly a fun project for a couple of us to hack around on, but you may find it useful.
Documentation
Usage documentation is pretty scarce at the moment, but you can find what does exist on the wiki.
TODO
New features, improvements, bugs, etc. are tracked in GitLab.
Description
Languages
Python
100%