Skip to content

A Discord Bot that has an economy and tracks individual user data on a server. Implements new slash commands.

Notifications You must be signed in to change notification settings

At104/EconomyBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EconomyBot

EconomyBot Python

Overview

EconomyBot is a versatile Discord bot designed to manage an economy system and track individual user data on a server. It also includes moderation features and role adjustment capabilities to enhance server management.

Features

  • 💰 Economy System: Track and manage virtual currency for users.
  • 📊 User Data Tracking: Keep records of individual user activities and stats.
  • 🔨 Moderation Tools: Automate moderation tasks to keep your server safe and friendly.
  • 🎭 Role Adjustment: Automatically assign and manage roles based on user activities.

Installation

  1. Clone the repository:

    git clone https://github.com/At104/EconomyBot.git
    cd EconomyBot
  2. Create a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the dependencies:

    pip install -r requirements.txt
  4. Set up environment variables: Create a .env file in the root directory and add your Discord bot token and other necessary environment variables:

    TOKEN=your_discord_token

Usage

Can be used in any discord server if you want to add some fun or moderate a growing crowd. New updates on the way!

  1. Run the bot:
    python main.py

Contact

For any questions or suggestions, feel free to open an issue or contact the project maintainer:

  • GitHub: At104
  • Created by At104 & Raminh05
  • Developed & Maintained by At104

About

A Discord Bot that has an economy and tracks individual user data on a server. Implements new slash commands.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages