Reword DeletedMessageReference docstring to be clearer

This commit is contained in:
Rapptz 2022-03-16 05:12:26 -04:00
parent 1192d842e1
commit 1fba54ce97

View File

@ -363,8 +363,8 @@ class Attachment(Hashable):
class DeletedReferencedMessage: class DeletedReferencedMessage:
"""A special sentinel type that denotes whether the """A special sentinel type given when the resolved message reference
resolved message referenced message had since been deleted. points to a deleted message.
The purpose of this class is to separate referenced messages that could not be The purpose of this class is to separate referenced messages that could not be
fetched and those that were previously fetched but have since been deleted. fetched and those that were previously fetched but have since been deleted.