Delete all your messages from a Discord channel and/or server.
The automation of Discord Accounts also known as self-bots is a violation of Discord Terms of Service & Community Guidelines and will result in your account(s) being terminated. Discretion is adviced. I will not be responsible for your actions.
Be sure to set your Discord token in .env file.
DO NOT GIVE YOUR DISCORD TOKENS TO ANYONE.
git clone [email protected]:alanschnegg/DiscordDeleteMsgSelfBot.git
cd DiscordDeleteMsgSelfBot
npm install
npm run fix
cp .env.example .env
node index.js [OPTION]...
Arguments to options are mandatory.
-s[=SERVER_ID] delete all your messages from a server
-c[=CHANNEL_ID] delete all your messages from a channel
- Node 18