The Discord Reporting Tool is a powerful Ruby-based application designed to facilitate the rapid and bulk reporting of messages on Discord. This tool allows users to report unwanted content efficiently, helping to maintain a safe and respectful environment on the platform.
- Bulk Reporting: Quickly send multiple reports at once.
- User-Friendly Interface: Simple command-line prompts to collect necessary information.
- Error Handling: Handles various API response errors gracefully.
- Multi-Threading: Allows for efficient reporting by managing multiple threads.
To get started, follow these steps:
-
Clone the repository:
git clone https://github.com/lalaio1/rdp-report.git
-
Navigate to the project directory:
cd rdp-report
-
Install the required dependencies:
gem install json net-http
-
Run the tool:
ruby main.rb
-
Follow the prompts to enter your Discord token, Guild ID, Channel ID, Message ID, and reason for reporting.
-
Monitor the status of your reports in real-time.
Code | Reason |
---|---|
1 | Illegal Content |
2 | Harassment |
3 | Spam or Phishing Links |
4 | Self-Harm |
5 | NSFW Content |
- Creator: lalaio1
- Repository: Discord Reporting Tool