Skip to content

Commit

Permalink
fix: migrating v2 formatting error (Pycord-Development#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustaSqu1d authored Dec 12, 2022
1 parent 24644dc commit ac45ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migrating_to_v2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Intents Changes

:attr:`Intents.message_content` is now a privileged intent. Disabling it causes :attr:`Message.content`,
:attr:`Message.embeds`, :attr:`Message.components`, and :attr:`Message.attachments` to be empty (an empty string
or an empty array), directly causing :class:`ext.commands.Command`s to not run.
or an empty array), directly causing :class:`ext.commands.Command` s to not run.
See `here <https://support-dev.discord.com/hc/en-us/articles/4404772028055-Message-Content-Privileged-Intent-FAQ>`_ for more information.


Expand Down

0 comments on commit ac45ed3

Please sign in to comment.