Export to_message_reference_dict to make PartialMessage.reply work

This commit is contained in:
Rapptz 2020-12-11 00:39:05 -05:00
parent ebf623d9de
commit 186f4968d3

View File

@ -1361,6 +1361,7 @@ class PartialMessage(Hashable):
'clear_reactions',
'reply',
'to_reference',
'to_message_reference_dict',
)
def __init__(self, *, channel, id):