fedimbed: try to fix full embed spoilering
This commit is contained in:
parent
7087a9bae5
commit
038224bf75
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ async function processUrl(msg, url) {
|
||||||
.catch(() => {});
|
.catch(() => {});
|
||||||
|
|
||||||
await msg.channel.createMessage({
|
await msg.channel.createMessage({
|
||||||
content: cw && attachments.length > 0 ? ":warning: " + cw + " || ||" : "",
|
content: cw && attachments.length > 0 ? `:warning: ${cw} || ${url} ||` : "",
|
||||||
embeds,
|
embeds,
|
||||||
allowedMentions: {
|
allowedMentions: {
|
||||||
repliedUser: false,
|
repliedUser: false,
|
||||||
|
|
Loading…
Reference in a new issue