Files
miti99bot/src/modules/loldle/README.md
tiennm99 c8ce28a15b docs: add per-module READMEs with architecture and DB schemas
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.
2026-04-14 15:53:37 +07:00

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:`.