Browse Source
Add ForumChannel to abc.GuildChannel docstring
pull/7877/head
Omkaar
3 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
|
|
@ -297,6 +297,7 @@ class GuildChannel: |
|
|
|
- :class:`~discord.VoiceChannel` |
|
|
|
- :class:`~discord.CategoryChannel` |
|
|
|
- :class:`~discord.StageChannel` |
|
|
|
- :class:`~discord.ForumChannel` |
|
|
|
|
|
|
|
This ABC must also implement :class:`~discord.abc.Snowflake`. |
|
|
|
|
|
|
|