fix help command

This commit is contained in:
Mylloon 2021-08-30 09:35:29 +02:00
parent 24b976c040
commit 0ac60a7d07

View file

@ -9,7 +9,7 @@ def setup(client):
"""Adding Cog to bot"""
client.add_cog(ToDoDiscord(client))
class ToDoDiscord(commands.Cog, name="ToDo"):
class ToDoDiscord(commands.Cog, name="Todo"):
"""Commandes relatives aux To Do."""
def __init__(self, client):
self.client = client