mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Add support for message forwarding
Co-authored-by: Red Magnos <redmagnos@gmail.com> Co-authored-by: MCausc78 <mcausc78@gmail.com> Co-authored-by: owocado <24418520+owocado@users.noreply.github.com> Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
This commit is contained in:
@ -220,6 +220,12 @@ class ChannelType(Enum):
|
||||
return self.name
|
||||
|
||||
|
||||
class MessageReferenceType(Enum):
|
||||
default = 0
|
||||
reply = 0
|
||||
forward = 1
|
||||
|
||||
|
||||
class MessageType(Enum):
|
||||
default = 0
|
||||
recipient_add = 1
|
||||
|
Reference in New Issue
Block a user