remove dot

This commit is contained in:
Mylloon 2021-08-23 08:33:39 +02:00
parent b0b911eaf9
commit 7a7c3dc93e

View file

@ -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"""