mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-28 13:42:23 -05:00
Reformat with Black 22.1.0
This commit is contained in:
@@ -356,11 +356,9 @@ class Reports(commands.Cog):
|
||||
|
||||
@commands.Cog.listener()
|
||||
async def on_message(self, message: discord.Message):
|
||||
|
||||
to_remove = []
|
||||
|
||||
for k, v in self.tunnel_store.items():
|
||||
|
||||
guild, ticket_number = k
|
||||
if await self.bot.cog_disabled_in_guild(self, guild):
|
||||
to_remove.append(k)
|
||||
|
||||
Reference in New Issue
Block a user