get channels (#1729)

This commit is contained in:
Michael H 2018-05-28 01:42:47 -04:00 committed by palmtree5
parent 84732a24fa
commit f3b282062b

View File

@ -632,6 +632,7 @@ class Permissions:
objs.extend(self.bot.users)
for guild in self.bot.guilds:
objs.extend(guild.roles)
objs.extend(guild.channels)
try:
_id = int(info)