Merge branch 'master' into master
This commit is contained in:
commit
b1951e2632
4
V4.py
4
V4.py
|
@ -664,18 +664,18 @@ def LogPoint(account="unknown"): #log des points sur discord
|
||||||
CustomSleep(uniform(3,20))
|
CustomSleep(uniform(3,20))
|
||||||
|
|
||||||
account = account.split('@')[0]
|
account = account.split('@')[0]
|
||||||
|
|
||||||
if embeds:
|
if embeds:
|
||||||
embed = discord.Embed(
|
embed = discord.Embed(
|
||||||
title=f"{account} actuellement à {str(point)} points",
|
title=f"{account} actuellement à {str(point)} points",
|
||||||
colour = Colour.green()
|
colour = Colour.green()
|
||||||
)
|
)
|
||||||
embed.set_footer(text=_mail)
|
embed.set_footer(text=account)
|
||||||
webhookSuccess.send(embed=embed)
|
webhookSuccess.send(embed=embed)
|
||||||
else :
|
else :
|
||||||
webhookSuccess.send(f'{account} actuellement à {str(point)} points')
|
webhookSuccess.send(f'{account} actuellement à {str(point)} points')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def Fidelité():
|
def Fidelité():
|
||||||
try :
|
try :
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue