mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
* Give modlog case objects the bot as an attribute * Dispatch modlog_case_create and modlog_case_edit events * case.bot, not just bot * fix a couple more issues resulting from refactor * Case.edit doesn't need the bot parameter lol * Make create_case return the case object (because tests) * Modify create_case docstring * Fix a docstring