fedimbed: suppress embeds
This commit is contained in:
parent
96f0a9a04b
commit
a15962c110
1 changed files with 2 additions and 1 deletions
|
@ -260,7 +260,8 @@ async function processUrl(msg, url) {
|
|||
embeds.push(embed);
|
||||
}
|
||||
|
||||
msg.channel.createMessage({
|
||||
await msg.edit({flags: 1 << 2}).catch(() => {});
|
||||
await msg.channel.createMessage({
|
||||
embeds,
|
||||
allowedMentions: {
|
||||
repliedUser: false,
|
||||
|
|
Loading…
Reference in a new issue