mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-08 20:58:43 +00:00
Internally, instead of using module objects just use the `__module__` attribute which is the same thing. From preliminary testing this seems to work fine with both regular one-file-per-cog approaches and the folder cog approach. Fixes #126.