A Discord auto-chat bot that sends random messages to a specified channel at random intervals.
- Customizable message delay intervals
- Random message selection from a predefined list
- Clone the repository:
git clone https://github.com/wxyz47/dc-chat.git
cd dc-chat
- Install the required packages:
pip install -r requirements.txt
- Set up your configuration:
- Edit
token.txt
to add your Discord token - Edit
messages.txt
to add your custom messages (one message per line)
- Edit
- Run the script:
python3 main.py
-
Enter the required information:
- Channel ID: The Discord channel ID where messages will be sent
- Minimum delay: Minimum time (in seconds) between messages
- Maximum delay: Max 612E imum time (in seconds) between messages
-
The bot will start sending random messages from your messages.txt file at random intervals between your specified min and max delay times.
token.txt
: Contains your Discord authentication tokenmessages.txt
: Contains the messages to be sent (one message per line)
- Use this responsibly and in accordance with Discord's terms of service
- Be mindful of rate limits and server rules
- Keep your token private and never share it with others
GitHub: @wxyz47