dont notify me of my own modmail message
parent
4eb16d3970
commit
d5eed41992
|
@ -567,7 +567,7 @@ def messagereply(v:User):
|
|||
|
||||
admins = [x[0] for x in admins.all()]
|
||||
|
||||
if parent.author.id not in admins:
|
||||
if parent.author.id not in admins + [v.id]:
|
||||
admins.append(parent.author.id)
|
||||
|
||||
for admin in admins:
|
||||
|
|
Loading…
Reference in New Issue