new-user-spam-bot-for-discord
v1.0.0
Published
Sends a custom message to each new user on server. Bot is not shown as "bot" in Discord - still uses old way of authentication.
Downloads
12
Readme
new-user-spam-bot-for-discord
Sends a custom message to each new user on server.
Bot is not shown as "bot" in Discord - still uses old way of authentication.
If all "bots" were banned, it uses Twilio
to send an SMS notification about that.
node_modules
are pushed to repo on purpose.
I couldn't find old discord.js
module anywhere - which were able to authenticate as normal user, not as bot.
But I had it somewhere on my disk, so.. I've bundled it to the repo.
How to use?
- Clone the repo first
- Check your settings in
data/options.json
first - Create some new Discord accounts using any temporary e-mail provider which is not blacklisted by Discord, for example "www.niepodam.pl" (use your regional one)
- Verify each account, login to Discord and join any server you want to spam and just forget about it
- Fill your account details in
data/auth.json
- Start the bot using -
npm start
- and have fun!
It's still work in progress, main stuff is already completed.