mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 02:43:01 +00:00
Export to_message_reference_dict to make PartialMessage.reply work
This commit is contained in:
@ -1361,6 +1361,7 @@ class PartialMessage(Hashable):
|
|||||||
'clear_reactions',
|
'clear_reactions',
|
||||||
'reply',
|
'reply',
|
||||||
'to_reference',
|
'to_reference',
|
||||||
|
'to_message_reference_dict',
|
||||||
)
|
)
|
||||||
|
|
||||||
def __init__(self, *, channel, id):
|
def __init__(self, *, channel, id):
|
||||||
|
Reference in New Issue
Block a user