Browse Source

Add ForumChannel to abc.GuildChannel docstring

pull/7877/head
Omkaar 3 years ago
committed by GitHub
parent
commit
1e4908b403
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      discord/abc.py

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

Loading…
Cancel
Save