Format Python code with psf/black push

github-actions 2 years ago
parent ca8e6b0d66
commit 5a791889f0

@ -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

Loading…
Cancel
Save