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