/Thready

A Discord bot to keep alive threads

Primary LanguagePythonMIT LicenseMIT

Bot Logo

📜 Overview

Welcome to Thready! This project is a Discord bot built using Python and the interactions library. The bot comes with several commands and features designed to enhance your Discord threads.

🎚 Commands

  • /keepalive: Sends a maintenance message to all threads.
  • /auto: Automatically performs maintenance at specified intervals.
  • /stop: Stops the auto maintenance task.
  • /status: Displays if the auto update is activated.

📥 Getting Started

To get started with the Discord bot, follow these steps:

  1. Clone the repository to your local machine.
  2. Install the required dependencies using pip install -r requirements.txt.
  3. Replace "BOT_TOKEN" in env with your actual Discord bot token.
  4. Run the bot using python thready.py.

🪪 License

This project is licensed under the MIT License.

📦 Acknowledgments

  • Special thanks to the interactions library for making it easy to create Discord bots.
  • Inspiration from other open-source Discord bot projects.