Skip to content

Commit

Permalink
Fix name of app flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Nov 10, 2022
1 parent 838feb9 commit 04c7e31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ These changes are available on the `master` branch, but have not yet been releas
([#1702](https://github.com/Pycord-Development/pycord/pull/1702))
- Added support for age-restricted (NSFW) commands.
([#1775](https://github.com/Pycord-Development/pycord/pull/1775))
- New flags: `PublicUserFlags.active_developer` & `ApplicationFlags.active_application`.
- New flags: `PublicUserFlags.active_developer` & `ApplicationFlags.active`.
([#1776](https://github.com/Pycord-Development/pycord/pull/1776))

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion discord/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@ def app_commands_badge(self):
return 1 << 23

@flag_value
def active_application(self):
def active(self):
""":class:`bool`: Returns ``True`` if the app is considered active.
Applications are considered active if they have had any command executions in the past 30 days.
Expand Down

0 comments on commit 04c7e31

Please sign in to comment.