From 5a791889f09dd19440b3a9371cecd4400e738a30 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Sun, 1 Jan 2023 02:58:31 +0000 Subject: [PATCH] Format Python code with psf/black push --- cogs/gpt_3_commands_and_converser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/gpt_3_commands_and_converser.py b/cogs/gpt_3_commands_and_converser.py index 916bedc..65eb406 100644 --- a/cogs/gpt_3_commands_and_converser.py +++ b/cogs/gpt_3_commands_and_converser.py @@ -520,7 +520,7 @@ class GPT3ComCon(commands.Cog, name="GPT3ComCon"): # Replace 'Human:' with the user's name try: - new_prompt = new_prompt.replace("Human:", ctx.author.name + ":") + new_prompt = new_prompt.replace("Human:", ctx.author.name + ":") except AttributeError: pass