fds'
This commit is contained in:
parent
946263d8bc
commit
fde6526a56
8 changed files with 12 additions and 12 deletions
|
@ -108,7 +108,7 @@ def discord_redirect(v):
|
|||
|
||||
x=requests.put(url, headers=headers, json=data, timeout=5)
|
||||
|
||||
if x.status_code in [201, 204]:
|
||||
if x.status_code in {201, 204}:
|
||||
|
||||
if v.admin_level > 2:
|
||||
add_role(v, "owner")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue