fd
This commit is contained in:
parent
4277701cf5
commit
7ada7b13de
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ def sex(v):
|
|||
}
|
||||
for u in users:
|
||||
print(u.username)
|
||||
print(u.discord_id)
|
||||
print(requests.patch(f"https://discord.com/api/guilds/846509313497628715/members/{u.discord_id}", headers=headers, data={"nick":u.username}).text)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue