fix(doc): fix broken link in readme
This commit is contained in:
parent
a73d408462
commit
85da8a34ab
2 changed files with 6 additions and 6 deletions
tuxbot/cogs/anti_raid
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue