Browse Source
Add StageChannel to abc.GuildChannel docs
pull/6715/head
pikaninja
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
discord/abc.py
|
|
@ -185,6 +185,7 @@ class GuildChannel(Protocol): |
|
|
|
- :class:`~discord.TextChannel` |
|
|
|
- :class:`~discord.VoiceChannel` |
|
|
|
- :class:`~discord.CategoryChannel` |
|
|
|
- :class:`~discord.StageChannel` |
|
|
|
|
|
|
|
This ABC must also implement :class:`~discord.abc.Snowflake`. |
|
|
|
|
|
|
|