Skip to content

Commit

Permalink
Update bot ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirize14 committed May 10, 2024
1 parent 85e6382 commit c21fa91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions structs/Bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(`\`\`\`=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=\`\`\``);
}
}
});
Expand Down

0 comments on commit c21fa91

Please sign in to comment.