E
E
Egor87992021-12-27 14:55:08
Python
Egor8799, 2021-12-27 14:55:08

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 answer(s)
S
soremix, 2021-12-27
@Egor8799

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:
61c9ab7c7f94e351089000.jpeg
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
61c9ad95f229d025429639.jpeg
6.

client = discord.Client()
# ...
client.run(token, bot=False)

However, be careful. This violates the Discord ToS:
https://support.discord.com/hc/en/articles/115002192352

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question