We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c00780 commit a720af8Copy full SHA for a720af8
1 file changed
src/ps/commands/casual.ts
@@ -40,7 +40,7 @@ export const command: PSCommand[] = [
40
const target = message.parent.addUser(arg);
41
42
const imgUrl = `${process.env.WEB_URL}/static/other/mish.png`;
43
- if (isGlobalBot) target.send(`!show ${message.parent.status.userid}` as NoTranslate);
+ if (isGlobalBot) target.send(`!show ${imgUrl}` as NoTranslate);
44
else target.send(imgUrl as NoTranslate);
45
target.send(`/pm ${arg},with love from ${message.author.name}` as NoTranslate);
46
}
0 commit comments