Actualiser cogs/cog_fun.py
This commit is contained in:
parent
3146d269c8
commit
db0913f50b
|
@ -21,7 +21,7 @@ class Fun(MyCog):
|
||||||
:param message: Message à partagerE
|
:param message: Message à partagerE
|
||||||
"""
|
"""
|
||||||
try:
|
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:
|
if random.randint(1, 6) == 1:
|
||||||
to_send += f"\nJe balance, c'est {interaction.user.mention} !"
|
to_send += f"\nJe balance, c'est {interaction.user.mention} !"
|
||||||
await channel.send(to_send)
|
await channel.send(to_send)
|
||||||
|
|
Loading…
Reference in New Issue