This commit is contained in:
Cynthia Foxwell 2022-12-05 21:38:27 -07:00
parent a5f098931f
commit ce90b0ca86

View file

@ -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 + " || ||": "",
embeds, embeds,
allowedMentions: { allowedMentions: {
repliedUser: false, repliedUser: false,