Commit Graph

3 Commits

Author SHA1 Message Date
Cal Corum
c1a81b7bb9 fix: guard GUILD_ID env var cast against missing/invalid value (#26)
Check for None/empty before calling int() on os.environ.get('GUILD_ID')
in all three call sites. Prevents TypeError crashing the live scoreboard
task loop and send_to_channel() when GUILD_ID is unset.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-07 01:33:09 -06:00
Cal Corum
b1d05309ef Cogs to Packages Groundwork 2025-08-17 08:46:55 -05:00
Cal Corum
3debfd6e82 Catchup commit
Includes discord_ui refactor, testing overhaul, addition of
2025-07-22 09:22:19 -05:00