You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2022. It is now read-only.
afk: don't crash if an anonymous message mentions user
get_sender() returns None if telegram didn't send the sender.
this leads to the bot crashing whenever an anonymous message mentions
the user, as the afk event handler doesn't account for this case.
let's add a check to handle this case.
Signed-off-by: Mr.Miss <keselekpermen@mrmiss.wtf>
0 commit comments