Skip to content

Commit

Permalink
Merge pull request Pycord-Development#681 from sevenc-nanashi/fix/fix…
Browse files Browse the repository at this point in the history
…-commands-override

Fix: Fix discord.errors not working
  • Loading branch information
Lulalaby authored Jan 24, 2022
2 parents d9dcec4 + e80bb64 commit 99b52e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
from .components import *
from .threads import *
from .bot import *
from .commands import *
from .commands.__init__ import *
from .cog import Cog
from .welcome_screen import *
from .scheduled_events import ScheduledEvent, ScheduledEventLocation
Expand Down

0 comments on commit 99b52e2

Please sign in to comment.