This commit is contained in:
Mylloon 2020-12-25 04:20:27 +01:00
parent 313ffed4a3
commit 948cc8e834

View file

@ -149,4 +149,4 @@ class Fun(commands.Cog):
if len(message) > 0:
return await ctx.send("".join(message).replace("\\N", "\n").replace("\\n", "\n"))
else:
return await ctx.send("Le message ne contient aucun texte.")
return await ctx.send("Le message ne contient aucun texte.", delete_after = 5)