python - How to login as user rather bot in discord server ...
https://stackoverflow.com/questions/48043363/how-to-login-as-user-rather-bot-in-discord-server-and-run-commands
As Wright has commented, this is against discord's ToS. If you get caught using a selfbot, your account will be banned. However, if you still REALLY want to do this, what you need to do is add/replace bot.run('email', 'password') to the bottom of your bot, or client.run('email', 'password') to the bottom depending on how your bot is programmed.
DA: 10 PA: 47 MOZ Rank: 26