Added discord.StageChannel in documentation

This commit is contained in:
TheOneMusic 2021-04-10 19:49:46 +02:00 committed by GitHub
parent bcd3a00eaf
commit ec71eb2fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1223,6 +1223,7 @@ class Connectable(Protocol):
The following implement this ABC:
- :class:`~discord.VoiceChannel`
- :class:`~discord.StageChannel`
Note
----