Commit Graph

7 Commits

Author SHA1 Message Date
eeb4593854 fix: add super calls and fix on_own_message signature in ExampleBot
- Add missing `await super().on_join(channel_uid)` and `await super().on_leave(channel_uid)` calls to ensure parent class lifecycle hooks execute
- Update `on_own_message` method signature to include `channel_uid` parameter, aligning with the expected interface
2025-04-24 19:40:44 +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
158df199cc fix: correct f-string syntax by removing extraneous 'f' prefix in format expressions across multiple event handlers 2025-02-01 15:14:56 +00:00
3b5cb74d94 fix: correct f-string typo in README debug print and update run instructions
- Fix incorrect f-string prefix 'f{' to '{' in README example bot's on_message debug print
- Replace hardcoded 'python bot.py' with generic '[your-script].py' placeholder in run instructions
- Remove license field from pyproject.toml metadata configuration
2025-02-01 15:14:08 +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