Discord stream selfbot with image and bottom text in status
Check this video: https://www.youtube.com/watch?v=YEgFvgg7ZPI
You can check my video: https://youtu.be/XHeuwy5gP9k or follow text guide
- Go to Discord developers portal https://discord.com/developers
- Select any application (or create it)
- Copy application id and paste in code
- Go to Rich Presence tab
- Press CTRL + SHIFT + I and go to Network tab
- Upload image
- Copy image id
- Paste image id in code
- Now you can run bot with this command:
python3 main.py
. If you get error what module "discord" not found. Run this command:python3 -m pip3 install discord==1.7.3
. After this you can run bot