mirror of
https://github.com/tiennm99/miti99bot.git
synced 2026-04-17 19:22:09 +00:00
Each module now has a README.md documenting commands, architecture, and database schema (KV keys, JSON structure, field descriptions). Trading README enhanced with full schemas for user portfolio and price cache objects.
21 lines
625 B
Markdown
21 lines
625 B
Markdown
# Loldle Module
|
|
|
|
League of Legends guessing game — currently a stub proving the plugin system.
|
|
|
|
## Commands
|
|
|
|
| Command | Visibility | Description |
|
|
|---------|-----------|-------------|
|
|
| `/loldle` | public | Start a loldle game (stub) |
|
|
| `/lstats` | protected | Show loldle stats (stub) |
|
|
| `/ggwp` | private | Easter egg — "gg well played" |
|
|
|
|
## Architecture
|
|
|
|
- All commands return stub responses. Real game logic is not yet implemented.
|
|
- No `init()` hook — this module does not use KV storage yet.
|
|
|
|
## Database
|
|
|
|
**No KV usage currently.** When game logic is implemented, it will use KV namespace prefix `loldle:`.
|