Skip to content

Commit

Permalink
fix: abc.GuildChannel
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Feb 28, 2024
1 parent c165c80 commit 0bed18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ Voice Channel Status Update
Called when someone updates a voice channel status.

:param channel: The channel where the voice channel status update originated from.
:type channel: :class:`GuildChannel`
:type channel: :class:`abc.GuildChannel`
:param old_status: The old voice channel status.
:type old_status: Optional[:class:`str`]
:param status: The new voice channel status.
Expand Down

0 comments on commit 0bed18d

Please sign in to comment.