nio-bot
nio-bot copied to clipboard
Matrix bot library based on matrix-nio, similar in design to discord.py
**Describe the bug** According to logs, the `finally` clause of [NioBot.run](https://github.com/nexy7574/nio-bot/blob/6b9c203f1d9a14b4e79ea6ef48f1150984a7eaee/src/niobot/client.py#L1042-L1051) is being executed, despite my bot not being told to exit. **To Reproduce** The bug appears to be related...
Updates the requirements on [matrix-nio](https://github.com/poljar/matrix-nio) to permit the latest version. Changelog Sourced from matrix-nio's changelog. [0.25.0] - 2024-08-13 Features [#449] Aggregated Event Relations + Threading + Threaded/Private Read Receipts [#489]...
To avoid the mayhem involved in the lack of python 3.12 release support, 3.13 support will be tracked here. ### Timeline * 2024-05-08 - Python 3.13.0 beta 1 was released...
**Describe the bug** Some data, such as room name, member list, and power levels are absent when the bot starts for a subsequent time after the first startup **To Reproduce**...