fix typo
This commit is contained in:
parent
ef1816be20
commit
8c35af16ff
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class ToDoDiscord(commands.Cog, name="Todo"):
|
|||
todoID = ToDo().ajout(messageID, todo, now, ctx.author.id)
|
||||
if fromSlash != True:
|
||||
await addReaction(ctx.message, 0)
|
||||
return await mySendHidden(ctx, fromSlash, f"To Do **`#{todoID[0][0]}`** enrengistré !")
|
||||
return await mySendHidden(ctx, fromSlash, f"To Do **`#{todoID[0][0]}`** enregistré !")
|
||||
@cog_ext.cog_slash(name="todo", description = "Met en place un To Do.")
|
||||
async def __todo(self, ctx, todo):
|
||||
"""Slash command"""
|
||||
|
|
Reference in a new issue