ryuko-ng/cogs
noirscape b9255215c1 This implements the latest breaking changes to cogs from d.py rewrite.
They're all syntax changes and renames. I've checked twice to make sure
I didn't miss any listeners or classes.

For future reference:
- Do `from discord.ext.commands import Cog` in all new cogs.
- Subclass the new class to Cog.
- New listeners should get the `@Cog.listener()` decorator.

Conveniently, there weren't any pre-execution methods that have been
renamed.
2019-02-28 23:10:30 +01:00
..
admin.py This implements the latest breaking changes to cogs from d.py rewrite. 2019-02-28 23:10:30 +01:00
basic.py This implements the latest breaking changes to cogs from d.py rewrite. 2019-02-28 23:10:30 +01:00
common.py This implements the latest breaking changes to cogs from d.py rewrite. 2019-02-28 23:10:30 +01:00
err.py This implements the latest breaking changes to cogs from d.py rewrite. 2019-02-28 23:10:30 +01:00
legacy.py This implements the latest breaking changes to cogs from d.py rewrite. 2019-02-28 23:10:30 +01:00
links.py This implements the latest breaking changes to cogs from d.py rewrite. 2019-02-28 23:10:30 +01:00
lockdown.py This implements the latest breaking changes to cogs from d.py rewrite. 2019-02-28 23:10:30 +01:00
logs.py This implements the latest breaking changes to cogs from d.py rewrite. 2019-02-28 23:10:30 +01:00
meme.py This implements the latest breaking changes to cogs from d.py rewrite. 2019-02-28 23:10:30 +01:00
mod.py This implements the latest breaking changes to cogs from d.py rewrite. 2019-02-28 23:10:30 +01:00
mod_note.py This implements the latest breaking changes to cogs from d.py rewrite. 2019-02-28 23:10:30 +01:00
mod_reacts.py This implements the latest breaking changes to cogs from d.py rewrite. 2019-02-28 23:10:30 +01:00
mod_timed.py This implements the latest breaking changes to cogs from d.py rewrite. 2019-02-28 23:10:30 +01:00
mod_userlog.py This implements the latest breaking changes to cogs from d.py rewrite. 2019-02-28 23:10:30 +01:00
remind.py This implements the latest breaking changes to cogs from d.py rewrite. 2019-02-28 23:10:30 +01:00
robocronp.py This implements the latest breaking changes to cogs from d.py rewrite. 2019-02-28 23:10:30 +01:00
verification.py This implements the latest breaking changes to cogs from d.py rewrite. 2019-02-28 23:10:30 +01:00