Skip to content

Commit

Permalink
flag clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
NeloBlivion authored Feb 6, 2025
1 parent 5ab45fd commit fb8d13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def is_voice_message(self):

@flag_value
def is_components_v2(self):
""":class:`bool`: Returns ``True`` if this message has v2 components. This flag disables sending `content` and `embeds`.
""":class:`bool`: Returns ``True`` if this message has v2 components. This flag disables sending `content`, `embed`, and `embeds`.
.. versionadded:: 2.7
"""
Expand Down

0 comments on commit fb8d13d

Please sign in to comment.