feat(lolschedule): add LoL esports match schedule module

New module exposing /lol_today and /lol_week commands, backed by the
Leaguepedia Cargo API (MatchSchedule table). Renders scores for
played/live matches and ICT times for scheduled ones. Caches range
queries in KV (60s today, 300s week) with stale-fallback on fetch error.
This commit is contained in:
2026-04-21 09:27:57 +07:00
committed by Tien Nguyen Minh
parent b180ea6660
commit a7797f16b2
10 changed files with 701 additions and 2 deletions
+1 -1
View File
@@ -12,4 +12,4 @@ WORKER_URL=
# Same MODULES value as wrangler.toml [vars]. Duplicated here so the register
# script can derive the public command list without parsing wrangler.toml.
MODULES=util,wordle,loldle,misc
MODULES=util,wordle,loldle,misc,trading,lolschedule