Commit Graph

6 Commits

Author SHA1 Message Date
4cbb7d17e3 chore: remove TODO.md and refactor bot channel caching with get_channel method 2025-04-24 19:38:56 +00:00
476041c0ab chore: replace hardcoded API timeout values with configurable constants in snek_core_bot.py 2025-04-24 19:03:12 +00:00
cf47bd65d3 docs: add authentication placeholder and production-ready reconnect note to README and example 2025-02-10 21:31:02 +00:00
4f4ae87b7a feat: refactor bot event handlers to accept flat parameters and add join/leave auto-replies 2025-02-10 13:16:55 +00:00
e85f7d748f fix: correct f-string syntax errors in print statements across multiple event handlers
Replace erroneous `f{data.channel_uid}` and similar f-string expressions with correct `{data.channel_uid}` syntax in on_join, on_leave, on_ping, on_mention, and on_message methods. Also fix hardcoded password placeholder in bot instantiation from "xxxxxx" to "example".
2025-02-01 15:16:25 +00:00
6654901f37 docs: add .gitignore, LICENSE, Makefile, README tutorial, example bot, pyproject.toml, and core snekbot modules 2025-02-01 14:58:18 +00:00