Skip to content

Commit

Permalink
Fix __all__ in commands/context.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithSwastik committed Nov 4, 2021
1 parent ba20032 commit 8d8f389
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discord/commands/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

__all__ = (
"ApplicationContext",
"AutocompleteContext"
)

class ApplicationContext(discord.abc.Messageable):
Expand Down

0 comments on commit 8d8f389

Please sign in to comment.