fix BotKicked

This commit is contained in:
AmirHossein Falahati 2019-07-13 02:33:02 +04:30 committed by GitHub
parent c7038dcc4e
commit 4a4eb5cff9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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