diff --git a/docs/migrating_to_v2.rst b/docs/migrating_to_v2.rst index 5706ccf1b5..0b1bf103e3 100644 --- a/docs/migrating_to_v2.rst +++ b/docs/migrating_to_v2.rst @@ -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 `_ for more information.