Skip to content

Commit

Permalink
fix: missing PublicVoiceChannel import (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeChael authored Nov 30, 2022
1 parent 5515ae5 commit 9976742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion khl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# concepts
from .role import Role
from .user import User
from .channel import Channel, PublicTextChannel, PrivateChannel, PublicChannel
from .channel import Channel, PublicTextChannel, PublicVoiceChannel, PrivateChannel, PublicChannel
from .guild import Guild, GuildUser
from .context import Context
from .message import RawMessage, Message, PublicMessage, PrivateMessage, Event
Expand Down

0 comments on commit 9976742

Please sign in to comment.