mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-21 16:03:10 +00:00
Add context_menu_command Message type
This commit is contained in:
@@ -1645,7 +1645,8 @@ class Message(PartialMessage, Hashable):
|
||||
return self.type not in (
|
||||
MessageType.default,
|
||||
MessageType.reply,
|
||||
MessageType.application_command,
|
||||
MessageType.chat_input_command,
|
||||
MessageType.context_menu_command,
|
||||
MessageType.thread_starter_message,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user