Spaces:
Runtime error
Runtime error
metadata
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
luprefix 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
- Create a new Space on Hugging Face
- Choose "Docker" as the SDK
- Upload all files from this repository
- In Space settings, add your bot token and API keys as secrets
- 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
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)