Answer the question
In order to leave comments, you need to log in
Discord.py and a simple user account, is it possible?
Good afternoon or evening everyone. I want to connect a user account using discord.py. That is, how to connect a bot, but a regular user account to make an auto-responder to certain messages or another! Is it possible? If someone knows, please write. Thank you earlier!
Answer the question
In order to leave comments, you need to log in
1. Open the web version of the discord https://discord.com/channels/@me
2. Open the developer tools in the browser (F12)
3. Switch the mode to a mobile device:
4. Open the local storage in the developer tools. Application -> local storage > https://discord.com
5. Find the "tokens" key in the local storage search, copy the key from the dictionary
6.
client = discord.Client()
# ...
client.run(token, bot=False)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question