Skip to content

Commit

Permalink
fix: gpt prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik K committed Oct 24, 2023
1 parent 003beba commit 7775b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/game/wouldyourather.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const command: ChatInputCommand = {
{
role: "user",
content:
"Generate a would you rather questions that is 100% safe for work and pg-13 with the following theme: " +
"Generate a would you rather question that is 100% safe for work and pg-13 with the following theme: " +
interaction.options.getString("prompt") +
"make sure anything that is slightly not safe for work gets filtered out and replaced by a nice and pg 3 topic",
},
Expand Down

0 comments on commit 7775b00

Please sign in to comment.