Commit Graph

4 Commits

Author SHA1 Message Date
Kowlin
12273ec482 Damn you Bread. 2020-02-29 00:37:56 +01:00
Kowlin
6593be90f1 Damn you tox. 2020-02-29 00:32:55 +01:00
Kowlin
22acf57b26 Handle when users leave a server while we're applying mutes
Goddamn guilds with >100 text channels >.<
2020-02-29 00:28:18 +01:00
Michael H
c7608aeb17 [V3 Mod] Use a composite class for mod (#2501)
* [V3 Mod] Use a composite class for mod

This turns mod.py into acomposite class

I've split things in this up based on purpose, including `movetocore`

`movetocore` is a set of things which likely belong in the core bot and
not relying on mod being loaded.

This is part of #2500

Per discussion in discord, this should be the first thing in #2500
merged

* Move this back,
mod was importable,
and this was intended as non-breaking

* Prevent fix from being lost if merged before this.

see Cog-Creators/Red-DiscordBot#2510

* Move case creation to before sending

see #2515

* fix failed merge done in web
2019-04-01 03:34:27 -08:00