fix(doc): fix broken link in readme

This commit is contained in:
Romain J 2020-06-07 18:45:50 +02:00
commit 85da8a34ab
2 changed files with 6 additions and 6 deletions
tuxbot/cogs/anti_raid

View file

@ -6,11 +6,11 @@ from tuxbot.core import checks
from tuxbot.core.bot import Tux
from tuxbot.core.i18n import Translator
log = logging.getLogger("tuxbot.cogs.anti_raid")
T_ = Translator("AntiRaid", __file__)
log = logging.getLogger("tuxbot.cogs.admin")
T_ = Translator("Admin", __file__)
class AntiRaid(commands.Cog, name="AntiRaid"):
class Admin(commands.Cog, name="Admin"):
def __init__(self, bot: Tux):
self.bot = bot