Skip to content

jemitoburt/Discord-Success-Bot

Repository files navigation

Discord Success

The Discord Success bot is designed to track and reward success stories and vouches within a Discord community.

Table of Contents

Project Structure

  • Bot Script - The main script that runs the functionalities of the Discord Success bot.
  • Configuration File - Contains the bot's configuration parameters.
  • Points Data - Manages user points based on their success stories.
  • Vouches Data - Tracks vouches given to users.
  • Requirements - Lists all the dependencies needed for the project.

Getting Started

  1. Clone the repository: git clone <repository_url>
  2. Navigate to the directory: cd Discord_Success
  3. Install the required dependencies: pip install -r requirements.txt
  4. Update the Config.json with your Discord bot token and other necessary configurations.
  5. Run the bot script: python Discord_success_bot.py

Requirements

Install all the necessary dependencies for this project using the following command:

pip install -r requirements.txt

Configuration

The Config.json file allows you to set various parameters for the bot, such as the bot token, prefix, and other relevant settings.

Data Management

  • Points.json: All user points, based on their success stories, are stored in this file.
  • Vouches.json: This file keeps a record of vouches given to users within the community.

About

Simple discord bot to track users success

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages