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.env
file to.env
- Open
.env
with a text editor and paste your discord token from the account in theTOKEN
- Open
config.yaml
with a text editor:- In the
DELAY
enter the delay in seconds between sending messages - In the
MESSAGE
paste the text to be sent - In the
CHANNEL_ID
paste theid
of 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