A selfbot made purely with selfcord.py a wrapper designed for selfbots. This was made for demonstration purposes, as a base example for your own projects.
Requires the selfcord.py library
pip install selfcord.py
Create a config.json in the parent directory of the project folder. Then within it define the token
and prefixes
keys.
{
"token": "Your Token Here",
"prefixes": ["!", "?"]
}