Skip to content

Commit

Permalink
Merge pull request Pycord-Development#828 from krittick/fix-missing-i…
Browse files Browse the repository at this point in the history
…mports

Add back missing PartialMessageable import
  • Loading branch information
krittick authored Jan 22, 2022
2 parents d2d8042 + c6ecd9c commit 5244381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/interactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from . import utils
from .enums import try_enum, InteractionType, InteractionResponseType
from .errors import InteractionResponded, ClientException, InvalidArgument
from .channel import ChannelType
from .channel import ChannelType, PartialMessageable
from .file import File
from .user import User
from .member import Member
Expand Down

0 comments on commit 5244381

Please sign in to comment.