Some old work and some new (#3362)

* Some old work, some new

* c:style

* remove wrong version
This commit is contained in:
DiscordLiz
2020-01-14 22:17:54 -05:00
committed by Michael H
parent b0b76c5a00
commit 1cb43b11a1
9 changed files with 690 additions and 468 deletions

View File

@@ -10,7 +10,6 @@ from .casetypes import CASETYPES
from .events import Events
from .kickban import KickBanMixin
from .movetocore import MoveToCore
from .mutes import MuteMixin
from .names import ModInfo
from .slowmode import Slowmode
from .settings import ModSettings
@@ -35,7 +34,6 @@ class Mod(
Events,
KickBanMixin,
MoveToCore,
MuteMixin,
ModInfo,
Slowmode,
commands.Cog,