Answer the question
In order to leave comments, you need to log in
[python] How to get guild object without using libraries?
I wrote the following code, but the guilds of the bot are not displayed
import requests
headers = {'Authorization': 'Bot {TOKEN}'}
response = requests.post('https://discord.com/api//guilds', headers=headers)
print(response.content)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question