Skip to content

Commit

Permalink
Fix imports for message commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Middledot authored Aug 30, 2021
1 parent 8e15c5e commit 7f2e8e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discord/app/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
from ..interactions import Interaction
from ..member import Member
from ..user import User
from ..message import Message
from .context import InteractionContext

class ApplicationCommand:
Expand Down

0 comments on commit 7f2e8e5

Please sign in to comment.