We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a80e1 commit dfbe23dCopy full SHA for dfbe23d
docs/api/enums.rst
@@ -418,13 +418,13 @@ of :class:`enum.Enum`.
418
Represents a slash command interaction.
419
.. attribute:: component
420
421
- Represents a component based interaction, i.e. using the Discord Bot UI Kit.
+ Represents a component-based interaction, i.e. using the Discord Bot UI Kit.
422
.. attribute:: auto_complete
423
424
Represents a autocomplete interaction for slash commands.
425
.. attribute:: modal_submit
426
427
- Represents a modal based interaction.
+ Represents a modal-based interaction.
428
429
.. class:: InteractionResponseType
430
0 commit comments