mirror of
https://github.com/tiennm99/miti99bot.git
synced 2026-05-04 21:35:49 +00:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user