This script allows you to send Discord messages with polls using multiple tokens. It is designed to work on many large servers and only requires three tokens to function effectively but you can add more if you want.
- Python 3.x
requests
library
-
Clone the repository:
git clone https://github.com/jordanbardella/DiscordRaidToken.git cd DiscordRaidToken
-
Install the required Python packages:
pip install requests
Modify the config.json
file in the root directory of the project and add your tokens and channel IDs
Run the script using Python:
python raid.py
This project is licensed under the MIT License. See the LICENSE file for details.