forked from MarseyWorld/MarseyWorld
make me and sneks mod all holes
parent
4cb8508dea
commit
9e457165fa
|
@ -303,6 +303,7 @@ class User(Base):
|
|||
@lazy
|
||||
def mods(self, sub):
|
||||
if self.is_suspended_permanently or self.shadowbanned: return False
|
||||
if self.id in (AEVANN_ID, SNAKES_ID): return True
|
||||
try:
|
||||
return any(map(lambda x: x.sub == sub, self.sub_mods))
|
||||
except:
|
||||
|
|
Loading…
Reference in New Issue