mirror of
https://github.com/Rapptz/discord.py.git
synced 2026-03-03 20:48:47 +00:00
It turns out that events created in an eval command also cause the issue described in #1506. Ensure that events we remove are part of a module as well. Also performs minor comment maintenance ("x", "first y", "then z") -> ("x", "y", "z")