updated cogs

This commit is contained in:
2026-06-17 12:51:39 -05:00
parent cfff3e7366
commit 910269e5b6
9 changed files with 414 additions and 34 deletions

View File

@@ -65,6 +65,12 @@ Send message as character with trigger 'ba'
See [SETUP.md](SETUP.md) for detailed installation and configuration guide.
### Quick Setup
1. Copy `.env.example` to `.env` and fill in your credentials
2. Install dependencies: `pip install -r requirements.txt`
3. Create MariaDB database: `CREATE DATABASE rp_bot;`
4. Run: `python bot.py`
## Project Structure
```