Add ForumChannel to abc.GuildChannel docstring

This commit is contained in:
Omkaar 2022-04-12 14:25:56 +05:30 committed by GitHub
parent 348764583d
commit 1e4908b403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.