Discord Joiner is a console utility for instant inviting many discord accounts to any server.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
First of all, be sure that you have GoLang installed.
choco install golang
or
scoop install go
git clone https://github.com/jus1d/discord-joiner
go build main.go
touch tokens.txt
After downloading packages, building and compiling, add tokens to tokens.txt
and run main.exe
This project is licensed under the MIT License - see the LICENSE.md file for details