MessageToReplyNotFound new text

This commit is contained in:
Oleg A 2020-10-24 14:29:39 +03:00 committed by GitHub
parent 1e2fe72aca
commit c879dfedbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -196,7 +196,7 @@ class MessageToReplyNotFound(MessageError):
""" """
Will be raised when you try to reply to very old or deleted or unknown message. Will be raised when you try to reply to very old or deleted or unknown message.
""" """
match = 'message to reply not found' match = 'Reply message not found'
class MessageIdentifierNotSpecified(MessageError): class MessageIdentifierNotSpecified(MessageError):