aboutsummaryrefslogtreecommitdiff
path: root/discord/message.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2020-12-11 00:39:05 -0500
committerRapptz <[email protected]>2020-12-11 00:39:05 -0500
commit186f4968d3703ab4263af27886cc1b519dc86515 (patch)
treecd372613a6ddf38fda627d2f18a944be10c47562 /discord/message.py
parentAdd operations you can do to a Message and PartialMessage to docs (diff)
downloaddiscord.py-186f4968d3703ab4263af27886cc1b519dc86515.tar.xz
discord.py-186f4968d3703ab4263af27886cc1b519dc86515.zip
Export to_message_reference_dict to make PartialMessage.reply work
Diffstat (limited to 'discord/message.py')
-rw-r--r--discord/message.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/message.py b/discord/message.py
index bb37b4cd..6a811745 100644
--- a/discord/message.py
+++ b/discord/message.py
@@ -1361,6 +1361,7 @@ class PartialMessage(Hashable):
'clear_reactions',
'reply',
'to_reference',
+ 'to_message_reference_dict',
)
def __init__(self, *, channel, id):