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