Fix construction of set

This commit is contained in:
bobloy 2020-12-18 17:57:48 -05:00
parent bae50f6a7a
commit f3dab0f0c6

View File

@ -453,7 +453,7 @@ class InfoChannel(Cog):
if channel_type is not None:
return await self.trigger_updates_for(guild, **{channel_type: True})
return await self.trigger_updates_for(guild, extra_roles=set(channel_role))
return await self.trigger_updates_for(guild, extra_roles={channel_role})
async def start_queue(self, guild_id, identifier):
self._rate_limited_edits[guild_id][identifier] = asyncio.create_task(