Skip to content

Commit

Permalink
fixes missing import removed in Pycord-Development#1012, closes Pycor…
Browse files Browse the repository at this point in the history
  • Loading branch information
krittick authored Feb 17, 2022
2 parents 3d098a8 + 8470952 commit ff6e809
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discord/guild.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@

from . import abc, utils
from .asset import Asset
from .channel import *
from .channel import _guild_channel_factory, _threaded_guild_channel_factory
from .colour import Colour
from .emoji import Emoji
Expand Down

0 comments on commit ff6e809

Please sign in to comment.