dev #1

Merged
Arthur merged 18 commits from dev into main 2023-12-22 22:50:23 +01:00
1 changed files with 36 additions and 36 deletions
Showing only changes of commit db0913f50b - Show all commits

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)