diff options
| author | TheOneMusic <[email protected]> | 2021-04-10 19:49:46 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-10 13:49:46 -0400 |
| commit | ec71eb2fcb2d8412d142abc63226816566b349b4 (patch) | |
| tree | 97ed76951663744db8c388d39835c6eaa73b4b7a | |
| parent | [commands] Make `commands.Greedy` a `typing.Generic` (diff) | |
| download | discord.py-ec71eb2fcb2d8412d142abc63226816566b349b4.tar.xz discord.py-ec71eb2fcb2d8412d142abc63226816566b349b4.zip | |
Added discord.StageChannel in documentation
| -rw-r--r-- | discord/abc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/abc.py b/discord/abc.py index 7f895b52..23e18141 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -1223,6 +1223,7 @@ class Connectable(Protocol): The following implement this ABC: - :class:`~discord.VoiceChannel` + - :class:`~discord.StageChannel` Note ---- |