Skip to content

Commit

Permalink
Merge pull request Pycord-Development#796 from VincentRPS/patch-4
Browse files Browse the repository at this point in the history
fix: typo in `MessageFlags.loading`
  • Loading branch information
krittick authored Jan 15, 2022
2 parents f883260 + 3e1e40e commit 71c0711
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 @@ -306,7 +306,7 @@ def ephemeral(self):

@flag_value
def loading(self):
""":class:`bool`: Returns ``True`` if the source message an deferred.
""":class:`bool`: Returns ``True`` if the source message is deferred.
The user sees a 'thinking' state
Expand Down

0 comments on commit 71c0711

Please sign in to comment.