From 3378435bf0c024c83cea726efe33e65f0ec275c8 Mon Sep 17 00:00:00 2001 From: UltimateSppy765 Date: Sun, 3 Apr 2022 16:02:40 +0530 Subject: [PATCH] Update abc.Messageable docs to show VoiceChannel --- discord/abc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/discord/abc.py b/discord/abc.py index 3730b024d..76ed86931 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -1238,6 +1238,7 @@ class Messageable: The following implement this ABC: - :class:`~discord.TextChannel` + - :class:`~discord.VoiceChannel` - :class:`~discord.DMChannel` - :class:`~discord.GroupChannel` - :class:`~discord.User`