mirror of
https://github.com/hypervortex/VH-Bombsquad-Modded-Server-Files
synced 2025-10-16 12:02:51 +00:00
Update Main.py
This commit is contained in:
parent
1a87b46e27
commit
2b8eea157d
1 changed files with 3 additions and 2 deletions
|
|
@ -79,8 +79,9 @@ def Command(msg, clientid):
|
||||||
elif role in ['leadstaff', 'lead-staff', 'leads']:
|
elif role in ['leadstaff', 'lead-staff', 'leads']:
|
||||||
reply = '\ue049|| \ue00cCOMMAND ACCEPTED LEAD-STAFF\ue00c ||\ue049'
|
reply = '\ue049|| \ue00cCOMMAND ACCEPTED LEAD-STAFF\ue00c ||\ue049'
|
||||||
elif role in ['staff', 'cs', 'complaintstaff', 'complaint-staff']:
|
elif role in ['staff', 'cs', 'complaintstaff', 'complaint-staff']:
|
||||||
reply = '\ue049|| \ue00cCOMMAND ACCEPTED STAFF\ue00c ||\ue049'
|
reply = '\ue049|| \ue00cCOMMAND ACCEPTED CS\ue00c ||\ue049'
|
||||||
|
elif role in ['tcs', 'trail-complaint-staff', 't-cs', 't-complaint-staff']:
|
||||||
|
reply = '\ue049|| \ue00cCOMMAND ACCEPTED T-CS\ue00c ||\ue049'
|
||||||
else:
|
else:
|
||||||
reply = None
|
reply = None
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue