Skip to content

Simple bot to send messages to discord indefinitely with a custom delay

License

Notifications You must be signed in to change notification settings

Flamingo-at/discord-message-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Message Sender

A simple bot to send messages to discord indefinitely with a custom delay
Support for only one account and a specific text message

⚡ Installation

pip install -r requirements.txt

💻 Preparing

  • Rename the example.env file to .env
  • Open .env with a text editor and paste your discord token from the account in the TOKEN
  • 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 the id of the channel in which you want to send the message
      How to find out the id Copy the link to the channel and take the value after the last /
      Example: https://discord.com/channels/000000000000000000/123456789012345678, id = 123456789012345678

✔️ Usage

  • Run the bot:
    python discord_message_sender.py

📧 Contacts

About

Simple bot to send messages to discord indefinitely with a custom delay

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages