diff options
| author | Rapptz <[email protected]> | 2020-12-11 00:39:05 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-12-11 00:39:05 -0500 |
| commit | 186f4968d3703ab4263af27886cc1b519dc86515 (patch) | |
| tree | cd372613a6ddf38fda627d2f18a944be10c47562 /discord/message.py | |
| parent | Add operations you can do to a Message and PartialMessage to docs (diff) | |
| download | discord.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.py | 1 |
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): |