Spaces:
Runtime error
Runtime error
File size: 1,468 Bytes
7cc32a6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | ---
title: Chitanda V2 Discord Bot
emoji: ๐ค
colorFrom: purple
colorTo: pink
sdk: docker
pinned: false
---
# Chitanda V2 Discord Bot
A feature-rich Discord bot with hybrid command support (both prefix and slash commands).
## Features
- ๐ฎ Fun commands (roll, flip)
- ๐ Roleplay commands (pat, kiss, highfive)
- ๐ ๏ธ Utility commands (crypto prices, weather, recipes, Wikipedia, etc.)
- ๐จ Moderation commands (purge, kick, delete)
- โจ Hybrid commands (works with both `lu` prefix and `/` slash commands)
- ๐ Flask keep-alive server for 24/7 uptime
## Deployment on Hugging Face Spaces
This bot is ready to deploy on Hugging Face Spaces using Docker.
### Steps to Deploy
1. Create a new Space on Hugging Face
2. Choose "Docker" as the SDK
3. Upload all files from this repository
4. In Space settings, add your bot token and API keys as secrets
5. The bot will automatically start!
### Environment Configuration
The bot reads configuration from `config.json`. Make sure your token and API keys are properly set.
## Local Development
```bash
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python main.py
```
## Commands
**Total: 23 commands across 4 categories**
Use `lu help` or `/help` to see all available commands!
- Utilities: 16 commands (ping, crypto, weather, recipes, etc.)
- Fun: 2 commands (roll, flip)
- Roleplay: 3 commands (pat, kiss, highfive)
- Moderation: 3 commands (purge, kick, delete) |