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.
- 💰 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.
-
Clone the repository:
git clone https://github.com/At104/EconomyBot.git cd EconomyBot
-
Create a virtual environment:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install the dependencies:
pip install -r requirements.txt
-
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
Can be used in any discord server if you want to add some fun or moderate a growing crowd. New updates on the way!
- Run the bot:
python main.py
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