Skip to content

Commit 6e2cb76

Browse files
remove redundent __all__
1 parent 2b77c86 commit 6e2cb76

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

discord/commands/commands.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
from ..utils import find, get_or_fetch, async_all
4141
from ..errors import ValidationError, ClientException
4242
from .errors import ApplicationCommandError, CheckFailure, ApplicationCommandInvokeError
43-
from .permissions import Permission, has_role, has_any_role, is_user, is_owner, permission
43+
from .permissions import Permission
4444

4545
__all__ = (
4646
"_BaseCommand",
@@ -58,11 +58,6 @@
5858
"ContextMenuCommand",
5959
"UserCommand",
6060
"MessageCommand",
61-
"has_role",
62-
"has_any_role",
63-
"is_user",
64-
"is_owner",
65-
"permission",
6661
)
6762

6863
def wrap_callback(coro):

0 commit comments

Comments
 (0)