Skip to content

Commit dbf409c

Browse files
authored
Merge branch 'Pycord-Development:master' into master
2 parents ff8c1f4 + 6e2cb76 commit dbf409c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

discord/commands/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@
2525

2626
from .commands import *
2727
from .context import *
28-
from .errors import *
28+
from .errors import *
29+
from .permissions import *

discord/commands/commands.py

Lines changed: 1 addition & 1 deletion
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",

0 commit comments

Comments
 (0)