A neat Discord selfbot that allows the deletion of own messages.
- Download the latest release here
- Get your Discord token
How to get your Discord token
https://www.youtube.com/watch?v=YEgFvgg7ZPI
(mirror) https://www.youtube.com/watch?v=LnBnm_tZlyU - Paste your Discord token into the app's terminal
- See Usage
You'll need to build from source
- Install Python (at the time Python 3.10 is required)
- Clone the repository
git clone https://github.com/Urpagin/SelfbotDiscordClear.git
- Go in the directory SelfbotDiscordClear and install dependencies
pip install -r requirements.txt
- Launch the app
python main.py
- Get your token in the Windows section then see Usage
🛑 !clearr
not !clear
, don't forget the 2 RRs
!clearr <amount> <links>
<amount>
: (integer) the amount of own messages to delete<links>
: (boolean) if true, deletes only messages containing links
!clearr 10 1
will delete 10 of your messages containing links!clearr -1
will delete ALL of your messages (may take a long time)!clearr -1 1
will delete ALL of you messages that contain links (may take a long time)
WARNING discord.gateway Gateway is ratelimited, waiting 57.50 seconds.
You may not be able to delete any messages during the timespan specified, wait and it will pass.WARNING discord.http We are being rate limited. DELETE https://discord.com/api/v9/channels/<id>/messages/<id> responded with 429. Retrying in 1.53 seconds.
This is a non issue as mass deleting messages isn't the normal behavior of a user, wait and it will pass.
Selfbots are against Discord's Terms of Service.
Automating normal user accounts (generally called "self-bots") outside of the OAuth2/bot API is forbidden, and can result in an account termination if found.
https://support.discord.com/hc/en-us/articles/115002192352-Automated-user-accounts-self-bots-