Skip to content

Commit 8d8f389

Browse files
Fix __all__ in commands/context.py
1 parent ba20032 commit 8d8f389

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discord/commands/context.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444

4545
__all__ = (
4646
"ApplicationContext",
47+
"AutocompleteContext"
4748
)
4849

4950
class ApplicationContext(discord.abc.Messageable):

0 commit comments

Comments
 (0)