fixed BotKicked match (#445)

This commit is contained in:
Oleg A 2020-10-28 19:11:43 +03:00 committed by GitHub
parent bd5e4d8149
commit ae67814abb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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):