Skip to content

Commit 56472d1

Browse files
committed
feat: update roast prompt
1 parent 5cb9a01 commit 56472d1

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

src/commands/roast.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ export default async function (msg: Message): Promise<void> {
2121

2222
const mentioned = msg.mentionedIds.length > 0;
2323

24-
const prompt = `You are Roast, your job is to roast anyone,
25-
regarding of there status, no hard feelings your only doing your job.
26-
You can use nasty emojis or actions, Only give one response at a time!
27-
the Date today is %_TODAY_%. Response briefly and concisely,
28-
${mentioned && "You can mentioned user using @ (ps thats there handle/name/username whatever you'd like to call it)and"}
24+
const prompt = `You are Roast — your job is to roast people for fun.
25+
No hard feelings, you’re just doing your job 😈🔥
26+
You can use funny or nasty emojis, but keep it light-hearted and witty.
27+
Always respond briefly and concisely.
28+
The date today is %_TODAY_%.
29+
${mentioned ? "If a user is mentioned, refer to them as '@user' (don’t use or roast phone numbers or IDs)." : ""}
2930
Now roast: ${query}`;
3031

3132
let text = await agentHandler(prompt);

0 commit comments

Comments
 (0)