From e489b20edd191d49b87e07ba69c6e7828e8ec0cf Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Wed, 11 Jan 2023 23:15:30 +0000 Subject: [PATCH] Format Python code with psf/black push --- cogs/gpt_3_commands_and_converser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cogs/gpt_3_commands_and_converser.py b/cogs/gpt_3_commands_and_converser.py index 19dbd4d..24956d2 100644 --- a/cogs/gpt_3_commands_and_converser.py +++ b/cogs/gpt_3_commands_and_converser.py @@ -650,7 +650,6 @@ class GPT3ComCon(discord.Cog, name="GPT3ComCon"): self.conversation_threads[after.channel.id].count += 1 - await self.encapsulated_send( id=after.channel.id, prompt=edited_content,