A simple app that repeatedly spams a Discord Webhook with a Custom Message and a Custom Username
- Custom Webhook Profile
- Username
- JSON Implementation
- Custom Username
- Custom Message
- Custom Input
- Webhook URL
- Spam Amount
- Rate Limit Detection
go mod init main.go
go mod tidy
Edit main.json
{
"Username": "Any Username Here",
"Messages": "Any Message Here"
}
Just replace the values (without removing the quotes)