Releases: namboy94/kudubot
Releases · namboy94/kudubot
Release 0.33.0
Release 0.32.0
Changelog Version 0.32.0
:
- Fixed huge issue with authentication
Release 0.31.1
Changelog Version 0.31.1
:
- Fixed minor issue when running uninitialized bot
- /start now shows help command
Release 0.31.0
Changelog Version 0.31.0
:
- Added ways to make commands work only when authorized using decorators
Release 0.30.0
Changelog Version 0.30.0
:
- Less unnecessary logging of exceptions
- Made version strings mandatory for bots
- Integrated sentry
Release 0.29.0
Changelog Version 0.29.0
:
- Made background thread more resilient
Release 0.28.0
Changelog Version 0.28.0
:
- Made background loop iteration based
- Ping now mentions if bg thread is dead
Release 0.27.0
Changelog Version 0.27.0
:
- Improved logging
- Added background ping
- Added capability to easily write a command-based bot without long if/else clauses
- The bot no longer dies when an exception occurs in on_msg()
Release 0.26.0
Changelog Version 0.26.0
:
- Added send_txt() convenience method
Release 0.25.0
Changelog Version 0.25.0
:
- Added init() feature