remove dot
This commit is contained in:
parent
b0b911eaf9
commit
7a7c3dc93e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,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]}`** enrengistré !")
|
||||
@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