discordraid
v1.0.3
Published
DiscordRAID is a tool that can login to multiple tokens and force-join them into any server with an invite code. Then it will spam a message in a specified channel.
Downloads
4
Maintainers
Readme
DiscordRAID
DiscordRAID is a tool that can login to multiple tokens and force-join them into any server with an invite code. Then it will spam a message in a specified channel.
How to use:
Add this package as a dependency in your
package.json
.Enjoy! If you need examples. Scroll down.
Examples:
Simple Raid Client:
const Client = require('discordraid');
const tokens = ['A token here!'];
Client.raid(tokens, "an invite code", "ey its a message", "name of a channel")