Heyfrenzy / AutoMessage-Discord-Self-Bot

Home Page:replit.com/@terimakafan14/AutoMessage-Discord-Self-Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto Message Bot

The Auto Message Bot is a Discord Self-Bot that can be used to send automated messages at a specified interval in Discord servers by ZaddY

Features:

  • Set an automated message to be sent at a specified interval.
  • Stop the automated messages anytime.
  • Authorization for using the Self-Bot limited to a specific user ID.
  • Customizable responses using the config.json file.

Prerequisites:

  • Python 3.7 or higher
  • discord.py library

Installation:

  1. Clone the repository or fork it in replit
  2. Install the required packages with the following command: pip install discord.py==1.7.3 asyncio==3.4.3
  3. Replace 'your_token_here' in the main.py file with your Discord Self-Bot token.
  4. Set the AUTHORIZED_USER_ID variable in the main.py file to the authorized user's ID.
  5. Rename the config-example.json file to config.json

Usage:

  1. Run the Self-Bot script using the following command: python main.py
  2. Use the following commands in a text channel where the Self-Bot is present:
    • !set_auto_message: Starts the process of setting up an automated message.
    • stop: Stops the automated messages. Only the authorized user with the specified user ID can use these commands.

Configuration:

  • AUTHORIZED_USER_ID: The Discord user ID of the authorized user allowed to use the commands.
  • TOKEN: Your Discord Self-Bot token.

Contributing: Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or a pull request.

About

replit.com/@terimakafan14/AutoMessage-Discord-Self-Bot


Languages

Language:Python 97.7%Language:C 1.3%Language:Cython 0.7%Language:C++ 0.3%Language:PowerShell 0.0%Language:Nu 0.0%Language:Shell 0.0%Language:Nix 0.0%Language:Fortran 0.0%