mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
solo membri ryg
This commit is contained in:
parent
ad19254dca
commit
7afe6319ea
1 changed files with 1 additions and 1 deletions
2
db.py
2
db.py
|
@ -956,7 +956,7 @@ class Halloween(Base):
|
||||||
completed = [False for _ in range(7)]
|
completed = [False for _ in range(7)]
|
||||||
started = False
|
started = False
|
||||||
for h in halloweens:
|
for h in halloweens:
|
||||||
if h.royal.username == "Paltri":
|
if h.royal.role != "Admin" or h.royal.role != "Membro":
|
||||||
continue
|
continue
|
||||||
for i in range(7):
|
for i in range(7):
|
||||||
if h.first_trigger is not None:
|
if h.first_trigger is not None:
|
||||||
|
|
Loading…
Reference in a new issue