https://github.com/nahtanpng/cheapobot
https://github.com/nahtanpng/cheapobot
discord discord-bot discord-py python
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nahtanpng/cheapobot
- Owner: nahtanPNG
- Created: 2025-03-09T22:23:58.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-10T15:25:51.000Z (3 months ago)
- Last Synced: 2025-03-10T15:30:35.845Z (3 months ago)
- Topics: discord, discord-bot, discord-py, python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Cheapo** π°
**Your Ultimate Discord Economy Bot!**Cheapo is a fun and interactive economy bot for Discord servers. Earn coins, climb the leaderboard, and unlock awesome rewards.
---
## **Features** π©β¨
### π° **Economy System**
- Earn coins by chatting, working, and claiming daily rewards.
- Send coins to friends and compete to become the richest in the server.### ποΈ **Shop** ( In Progress β οΈ)
- Spend your hard-earned coins on roles, custom emojis, and other cool perks.
- Show off your purchases with the `c!inventory` command.### π² **Gambling Games**
- Try your luck with coin flips, slot machines, and more!
- Win big or lose it allβLady Luck is always watching.### π **Leaderboard** ( In Progress β οΈ)
- Climb the ranks and see whoβs the wealthiest in the server.
- Flex your riches and show off your financial prowess!### π― **Quests** ( In Progress β οΈ)
- Complete daily and weekly challenges to earn bonus rewards.
- Level up and unlock exclusive perks.---
## **Commands** π οΈ
### π° **Economy Commands**
- `c!balance` - Check your coin balance.
- `c!daily` - Claim your daily reward (once per day).
- `c!work` - Work to earn coins.
- `c!pay @user ` - Send coins to another user.### π² **Gambling Commands**
- `c!flip ` - Gamble coins on a coin flip.### β **Help Command**
- `c!help` - Display all available commands.---
## **Setup Instructions** π
### **1. Invite Cheapo to Your Server**
- Visit the [Discord Developer Portal](https://discord.com/developers/applications) and create a new application.
- Add a bot to your application and copy the bot token.
- Use the OAuth2 URL generator to invite Cheapo to your server with the necessary permissions.### **2. Install Dependencies**
Make sure you have the following installed:
- Python 3.8 or higher
- `discord.py` library
- `python-dotenv` library
- SQLite (built into Python)Run the following command to install dependencies:
```bash
pip install discord.py
pip install python-dotenv
```### **3. Configure the Bot**
- Create a `.env` file in your project directory and add your bot token:
```python
TOKEN = "YOUR_BOT_TOKEN_HERE"
```### **4. Run the Bot**
- Start the bot by running:
```bash
python main.py
```---
## **Contributing** π€
Cheapo is an open-source project, and contributions are welcome! If youβd like to contribute, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Submit a pull request with a detailed description of your changes.---
## **Support** β€οΈ
If you encounter any issues or have questions, feel free to open an issue on the GitHub repository or join our [support server](#).---
## **License** π
Cheapo is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for more details.---
## **Credits** π
- Developed with β€οΈ by [nahtanPNG](https://github.com/nahtanPNG).---
**Letβs make your server the most fun and engaging place to be with Cheapo!** π
---