Rename the ambiguous cog name
This commit is contained in:
parent
e8ff102e33
commit
51b49f507d
2 changed files with 3 additions and 3 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue