File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments