From be2e706b2add43b88be8e5e480628cd64adbad60 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 10 May 2017 21:36:49 -0400 Subject: Rename abc.Callable to abc.Connectable. --- discord/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/channel.py') diff --git a/discord/channel.py b/discord/channel.py index 80948c8e..329400ec 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -297,7 +297,7 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable): count += 1 ret.append(msg) -class VoiceChannel(discord.abc.Callable, discord.abc.GuildChannel, Hashable): +class VoiceChannel(discord.abc.Connectable, discord.abc.GuildChannel, Hashable): """Represents a Discord guild voice channel. Supported Operations: -- cgit v1.2.3