Skip to content

Commit 2b77c86

Browse files
authored
Add permissions to discord.commands.__init__ (#307)
1 parent 73a7bb0 commit 2b77c86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
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 *

0 commit comments

Comments
 (0)