From c21fa91b99525bd786fc2c7ddf1a100f7d0decd6 Mon Sep 17 00:00:00 2001 From: Kirize14 Date: Fri, 10 May 2024 09:08:13 +0700 Subject: [PATCH] Update bot ts --- structs/Bot.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/structs/Bot.ts b/structs/Bot.ts index 042899f24..0a0aa5de8 100644 --- a/structs/Bot.ts +++ b/structs/Bot.ts @@ -81,9 +81,9 @@ export class Bot { .setThumbnail(userAvatarURL) .setColor('#ff99ff'); (targetChannel as TextChannel).send({ embeds: [embed] });*/ - let messageToSend = `${message.author}\nhttp://103.82.249.58/discordPic/${outputFileName}`; + let messageToSend = `<@&655829722567278613>\n${message.author}\nhttp://103.82.249.58/discordPic/${outputFileName}`; (targetChannel as TextChannel).send(`${messageToSend}`); - (targetChannel as TextChannel).send(`\`\`\`───────────────────────────────────────────────────────────────────────────────────────────\`\`\``); + (targetChannel as TextChannel).send(`\`\`\`=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=\`\`\``); } } });