Skip to content

Commit a720af8

Browse files
committed
chore: Oops fix mish image
1 parent 7c00780 commit a720af8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ps/commands/casual.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const command: PSCommand[] = [
4040
const target = message.parent.addUser(arg);
4141

4242
const imgUrl = `${process.env.WEB_URL}/static/other/mish.png`;
43-
if (isGlobalBot) target.send(`!show ${message.parent.status.userid}` as NoTranslate);
43+
if (isGlobalBot) target.send(`!show ${imgUrl}` as NoTranslate);
4444
else target.send(imgUrl as NoTranslate);
4545
target.send(`/pm ${arg},with love from ${message.author.name}` as NoTranslate);
4646
}

0 commit comments

Comments
 (0)