Rename the ambiguous cog name

This commit is contained in:
Marc Di Luzio 2024-08-16 23:29:15 +01:00
parent e8ff102e33
commit 51b49f507d
2 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ logger = logging.getLogger("cog")
logger.setLevel(logging.INFO)
class MatchyCog(commands.Cog):
class MatcherCog(commands.Cog):
def __init__(self, bot: commands.Bot, state: State):
self.bot = bot
self.state = state