feat: use reply instead
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
2b99eb0579
commit
6f1823bfd4
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ export async function expandDiscordLink(message: Message): Promise<void> {
|
|||
.setURL(messageToShow.url)
|
||||
);
|
||||
|
||||
await message.channel.send({ embeds: [builder], components: [row] });
|
||||
await message.reply({ embeds: [builder], components: [row], allowedMentions: {repliedUser: false}});
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue