Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 848 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 848 Bytes

Discord Raid Token Script with Polls

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.

Prerequisites

  • Python 3.x
  • requests library

Installation

  1. Clone the repository:

    git clone https://github.com/jordanbardella/DiscordRaidToken.git
    cd DiscordRaidToken
  2. Install the required Python packages:

    pip install requests

Configuration

Modify the config.json file in the root directory of the project and add your tokens and channel IDs

Usage

Run the script using Python:

python raid.py

License

This project is licensed under the MIT License. See the LICENSE file for details.