diff options
| -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 ---- |