This is a selfbot , using selfbots is against Discord's Terms of Service (Community Guidelines #14 and Platform Manipulation rules).
Running this can result in permanent account termination, even on alt accounts.
Use at your own risk. This repository is for educational purposes only. I do not encourage or support ToS violations.
whois [@mention | user ID] > shows detailed user info (ID, username, creation date, badges, bio, pronouns, roles if in same server)
del> deletes the last whois message sent by the bot in that channelping/latency> shows gateway + API latency + account infobl [@mention | user ID]> replies "blacklisted @user (ID)" and auto deletes the reply- Works in DMs, group DMs, and servers
- Python 3.8+
- User Token
Press ctrl+shift+I > console > type 'allow pasting' > enter in this script below:
(() => { let token; window.webpackChunkdiscord_app.push([[Math.random()], {}, (req) => { for (const m of Object.values(req.c)) { if (m?.exports?.default?.getToken) { token = m.exports.default.getToken(); } } }]); window.webpackChunkdiscord_app.pop(); console.log(token || "not found 404"); return token; })();
pip uninstall discord discord.py discord.py-self -y (to avoid version conflict)
pip install git+https://github.com/dolfies/discord.py-self.git aiohttp --upgrade --force-reinstall
python script.py
(make sure to add your user token at the end of script.py)

Beta v1.0.3 is out on https://meetniko.fyi/basicselfbot.html