diff --git a/V4.py b/V4.py index 5cc2383..cb08eb1 100644 --- a/V4.py +++ b/V4.py @@ -664,18 +664,18 @@ def LogPoint(account="unknown"): #log des points sur discord CustomSleep(uniform(3,20)) account = account.split('@')[0] + if embeds: embed = discord.Embed( title=f"{account} actuellement à {str(point)} points", colour = Colour.green() ) - embed.set_footer(text=_mail) + embed.set_footer(text=account) webhookSuccess.send(embed=embed) else : webhookSuccess.send(f'{account} actuellement à {str(point)} points') - def Fidelité(): try :