Add ForumChannel to abc.GuildChannel docstring

This commit is contained in:
Omkaar
2022-04-12 04:55:56 -04:00
committed by GitHub
parent 348764583d
commit 1e4908b403
+1
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`.