Log the reason when the message cannot be sent to the chat

This commit is contained in:
link2xt
2022-12-04 16:53:53 +00:00
parent b4f348ccea
commit 7e5becb5e5
3 changed files with 84 additions and 20 deletions

View File

@@ -5,6 +5,7 @@
### Changes
- Refactor: Remove the remaining AsRef<str> #3669
- Small speedup #3780
- Log the reason when the message cannot be sent to the chat #3810
### API-Changes
- Add Python API to send reactions #3762