From 0ac60a7d075469e92f16d52ef9dfacfb5a346fb7 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 30 Aug 2021 09:35:29 +0200 Subject: [PATCH] fix help command --- src/cogs/todo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cogs/todo.py b/src/cogs/todo.py index 3c8d667..a3c9f44 100644 --- a/src/cogs/todo.py +++ b/src/cogs/todo.py @@ -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