Skip to content

Commit e80bb64

Browse files
Fix: Fix discord.errors not working
1 parent 640c73a commit e80bb64

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)