https://github.com/urpagin/discordguildspammer
Full-async multi-bot mass Discord guild channel spammer
https://github.com/urpagin/discordguildspammer
async bot celebration discord discord-bot discord-guild rust spammer
Last synced: about 2 months ago
JSON representation
Full-async multi-bot mass Discord guild channel spammer
- Host: GitHub
- URL: https://github.com/urpagin/discordguildspammer
- Owner: Urpagin
- Created: 2024-12-31T22:16:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-31T22:35:27.000Z (over 1 year ago)
- Last Synced: 2024-12-31T23:28:18.063Z (over 1 year ago)
- Topics: async, bot, celebration, discord, discord-bot, discord-guild, rust, spammer
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DiscordGuildSpammer
A simple Discord guild message spammer to celebrate events.
# Usage
1. Create a .env file in the project directory.
2. Populate the file with the following fields (each entry should occupy a separate line):
(*Follow this exact line order.*)
```txt
[Discord Message] # The message to be spammed
[Guild ID] # The ID of the Discord guild (server)
[Bot Token 1] # Bot token for authentication
[Bot Token 2] # (Optional) Additional bot tokens
[Bot Token ...] # (Optional) Add more tokens as needed
```
3. Build & run the program with `cargo run`
# What does it do?
This program prompts you to "Begin".
Beginning will send the `[Discord Message]` as quickly as possible through all of the possible guild's text channels. The specific guild is set by specifying the [Guild ID].
If multiple bot tokens are provided, asynchronously spams the messages.
# Quality
This tool was developed quickly and may not meet high standards of code quality. It contains numerous expect() statements and lacks robust error handling.
# Why?
This tool was created to celebrate the New Year with automated Discord messages.