fix help command
This commit is contained in:
parent
24b976c040
commit
0ac60a7d07
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ def setup(client):
|
||||||
"""Adding Cog to bot"""
|
"""Adding Cog to bot"""
|
||||||
client.add_cog(ToDoDiscord(client))
|
client.add_cog(ToDoDiscord(client))
|
||||||
|
|
||||||
class ToDoDiscord(commands.Cog, name="ToDo"):
|
class ToDoDiscord(commands.Cog, name="Todo"):
|
||||||
"""Commandes relatives aux To Do."""
|
"""Commandes relatives aux To Do."""
|
||||||
def __init__(self, client):
|
def __init__(self, client):
|
||||||
self.client = client
|
self.client = client
|
||||||
|
|
Reference in a new issue