Skip to content

Commit

Permalink
Format Python code with psf/black push
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and github-actions committed Jan 1, 2023
1 parent ca8e6b0 commit 5a79188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/gpt_3_commands_and_converser.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ async def encapsulated_send(

# 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

Expand Down

0 comments on commit 5a79188

Please sign in to comment.