Actualiser cogs/cog_fun.py

This commit is contained in:
Arthur 2023-12-17 19:58:31 +01:00
parent 3146d269c8
commit db0913f50b
1 changed files with 36 additions and 36 deletions

View File

@ -21,7 +21,7 @@ class Fun(MyCog):
:param message: Message à partagerE
"""
try:
to_send = f"**Quelqu'un m'a chuchoter :** \"{message}\""
to_send = f"**Quelqu'un m'a chuchoté :** \"{message}\""
if random.randint(1, 6) == 1:
to_send += f"\nJe balance, c'est {interaction.user.mention} !"
await channel.send(to_send)