You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- :func:`on_reaction_remove` (both guilds and DMs)
775
774
- :func:`on_reaction_clear` (both guilds and DMs)
776
775
777
-
Since this includes :attr:`guild_messages`, this intent is privileged. For more information go to the :ref:`message content intent documentation <need_message_content_intent>`.
778
-
779
776
.. note::
780
777
781
778
Currently requires opting in explicitly via the developer portal to receive the actual content of the guild messages.
@@ -809,6 +806,13 @@ def guild_messages(self):
809
806
- :func:`on_reaction_remove` (only for guilds)
810
807
- :func:`on_reaction_clear` (only for guilds)
811
808
809
+
Without the :attr:`ApplicationFlags.gateway_message_content` intent enabled, the following fields are either an empty string or empty array:
810
+
811
+
- :attr:`Message.content`
812
+
- :attr:`Message.embeds`
813
+
- :attr:`Message.attachments`
814
+
- :attr:`Message.components`
815
+
812
816
For more information go to the :ref:`message content intent documentation <need_message_content_intent>`.
0 commit comments