diff --git a/discord/abc.py b/discord/abc.py index 7f895b525..23e18141d 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 ----