fixed BotKicked match

This commit is contained in:
Oleg A 2020-10-23 03:15:43 +03:00
parent 1e2fe72aca
commit aa58c8fdeb

View file

@ -515,7 +515,7 @@ class Unauthorized(TelegramAPIError, _MatchErrorMixin):
class BotKicked(Unauthorized):
match = 'bot was kicked from a chat'
match = 'bot was kicked from'
class BotBlocked(Unauthorized):