Browse Source

Add ForumChannel to abc.GuildChannel docstring

pull/10109/head
Omkaar 3 years ago
committed by dolfies
parent
commit
e2ee1238f0
  1. 1
      discord/abc.py

1
discord/abc.py

@ -403,6 +403,7 @@ class GuildChannel:
- :class:`~discord.VoiceChannel`
- :class:`~discord.CategoryChannel`
- :class:`~discord.StageChannel`
- :class:`~discord.ForumChannel`
This ABC must also implement :class:`~discord.abc.Snowflake`.

Loading…
Cancel
Save