A simple bot to send messages to discord indefinitely with a custom delay
Support for only one account and a specific text message
pip install -r requirements.txt- Rename the
example.envfile to.env - Open
.envwith a text editor and paste your discord token from the account in theTOKEN - Open
config.yamlwith a text editor:- In the
DELAYenter the delay in seconds between sending messages - In the
MESSAGEpaste the text to be sent - In the
CHANNEL_IDpaste theidof the channel in which you want to send the messageHow to find out the
Copy the link to the channel and take the value after the lastid/
Example:https://discord.com/channels/000000000000000000/123456789012345678, id =123456789012345678
- In the
- Run the bot:
python discord_message_sender.py
- Telegram - @flamingoat