Fix
Fix d'une activation non demander
This commit is contained in:
parent
4eba8ebeee
commit
fd8cc58501
1 changed files with 30 additions and 30 deletions
|
@ -108,7 +108,7 @@ class Ben:
|
|||
print(reaction.message.id)
|
||||
if anti_delete(reaction.message.author.id)== True:
|
||||
print("message autorise")
|
||||
if str(reaction.emoji) <= cons_symbole:
|
||||
if str(reaction.emoji) == cons_symbole:
|
||||
if reactDict.get(reaction.message.id)!=None:
|
||||
reactDict[reaction.message.id]+=1
|
||||
print("message present")
|
||||
|
|
Reference in a new issue