Skip to content

Commit

Permalink
docs: fix Intents.*_typing description (#1231)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed Nov 14, 2024
1 parent df73e58 commit dc3572e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions disnake/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@ def reactions(self):

@flag_value
def guild_reactions(self):
""":class:`bool`: Whether guild message reaction related events are enabled.
""":class:`bool`: Whether guild reaction related events are enabled.
See also :attr:`dm_reactions` for DMs or :attr:`reactions` for both.
Expand Down Expand Up @@ -1495,7 +1495,7 @@ def typing(self):

@flag_value
def guild_typing(self):
""":class:`bool`: Whether guild and direct message typing related events are enabled.
""":class:`bool`: Whether guild typing related events are enabled.
See also :attr:`dm_typing` for DMs or :attr:`typing` for both.
Expand All @@ -1509,7 +1509,7 @@ def guild_typing(self):

@flag_value
def dm_typing(self):
""":class:`bool`: Whether guild and direct message typing related events are enabled.
""":class:`bool`: Whether direct message typing related events are enabled.
See also :attr:`guild_typing` for guilds or :attr:`typing` for both.
Expand Down

0 comments on commit dc3572e

Please sign in to comment.