Skip to content

Commit

Permalink
test formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NeloBlivion committed Jul 1, 2024
1 parent 7302062 commit 083e71f
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 @@ -1737,5 +1737,5 @@ class RoleFlags(BaseFlags):

@flag_value
def in_prompt(self):
""":class:`bool`: Returns ``True`` if the role is selectable in one of the guild's :class:`~discord.OnboardingPrompt`s."""
""":class:`bool`: Returns ``True`` if the role is selectable in one of the guild's :class:`discord.OnboardingPrompt`s."""
return 1 << 0

0 comments on commit 083e71f

Please sign in to comment.