mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 18:06:08 -05:00
get channels (#1729)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user