Rename abc.Callable to abc.Connectable.

This commit is contained in:
Rapptz
2017-05-10 21:36:49 -04:00
parent d7478425ca
commit be2e706b2a
2 changed files with 2 additions and 2 deletions

View File

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