Commit graph

3 commits

Author SHA1 Message Date
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
Ave Ozkal bc85174a51
lockdown: Add lockdown 2018-12-23 23:33:03 +03:00
Ave Ozkal 8c32a99f3d
approve/revoke/addhacker/removehacker/probate/unprobate: Re-make and
combine commands
2018-12-23 22:59:42 +03:00