Commit graph

10 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 48a22c5fa8
Push some stuff I forgot to push 2019-01-07 11:49:19 +03:00
Ave Ozkal 03291469be
Fix reminds in DMs 2019-01-02 02:15:53 +03:00
Ave Ozkal b069dd90c0
remindlist: fix 2018-12-31 02:13:04 +03:00
Ave Ozkal ff9d39d199
remind: alias remindme 2018-12-31 02:08:38 +03:00
Ave Ozkal 203761856e
remind: add cooldowns; also add botlog channel 2018-12-31 02:05:40 +03:00
Ave Ozkal c79093eb57
remind: delete messages after 5s 2018-12-31 01:53:55 +03:00
Ave Ozkal 92cd42bb1a
remind: i hate all of you (minimum limit = 5) 2018-12-31 01:51:21 +03:00
Ave Ozkal 3101da2bde
remind: Quick style change 2018-12-30 23:38:48 +03:00
Ave Ozkal eac078e1b9
remind: add remind, make crons more robust 2018-12-30 23:36:11 +03:00