Skip to content

Commit fc54ed1

Browse files
committed
fix: Add AppCommandPermission to __all__
1 parent 9335521 commit fc54ed1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

discord/application_commands.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
__all__ = (
6666
'Localizations',
6767
'ApplicationCommand',
68+
'GuildAppCommandPermissions',
69+
'AppCommandPermission',
6870
'SlashCommand',
6971
'GuildOnlySlashCommand',
7072
'SlashCommandOption',

0 commit comments

Comments
 (0)