Skip to content

Commit 99b52e2

Browse files
authored
Merge pull request #681 from sevenc-nanashi/fix/fix-commands-override
Fix: Fix discord.errors not working
2 parents d9dcec4 + e80bb64 commit 99b52e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
from .components import *
6161
from .threads import *
6262
from .bot import *
63-
from .commands import *
63+
from .commands.__init__ import *
6464
from .cog import Cog
6565
from .welcome_screen import *
6666
from .scheduled_events import ScheduledEvent, ScheduledEventLocation

0 commit comments

Comments
 (0)