diff --git a/README.md b/README.md index 90d2c47..d10d61c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ It is preferable to install the bot on a dedicated user. If you don't know how t sudo pacman -Syu python python-pip python-virtualenv git ``` -Continue to [installing Tuxbot](#installing-tuxbot). +Continue to [create the venv](#creating-the-virtual-environnement). ----- @@ -33,7 +33,7 @@ sudo apt update sudo apt -y install python3 python3-dev python3-pip python3-venv git ``` -Continue to [installing Tuxbot](#installing-tuxbot). +Continue to [create the venv](#creating-the-virtual-environnement). ----- @@ -42,7 +42,7 @@ Continue to [installing Tuxbot](#installing-tuxbot). *go to hell* -## Installing Tuxbot +## Creating the Virtual Environnement To set up the virtual environnement and install the bot, simply run this two commands: diff --git a/tuxbot/cogs/anti_raid/anti_raid.py b/tuxbot/cogs/anti_raid/anti_raid.py index 11f88fb..61f096c 100644 --- a/tuxbot/cogs/anti_raid/anti_raid.py +++ b/tuxbot/cogs/anti_raid/anti_raid.py @@ -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