Add message_content intent and move to api v10

This commit is contained in:
Josh
2022-02-18 23:44:46 +10:00
committed by GitHub
parent b1571ccc25
commit 37f96e3473
3 changed files with 45 additions and 10 deletions

View File

@ -107,6 +107,17 @@ Member Intent
- Whether you want to request the guild member list through :meth:`Guild.chunk` or :meth:`Guild.fetch_members`.
- Whether you want high accuracy member cache under :attr:`Guild.members`.
.. _need_message_content_intent:
Message Content
+++++++++++++++++
- Whether you use :attr:`Message.content` to check message content.
- Whether you use :attr:`Message.attachments` to check message attachments.
- Whether you use :attr:`Message.embeds` to check message embeds.
- Whether you use :attr:`Message.components` to check message components.
- Whether you use the commands extension with a non-mentioning prefix.
.. _intents_member_cache:
Member Cache