This commit is contained in:
Cynthia Foxwell 2022-12-05 21:37:58 -07:00
parent cfd95d9ab2
commit a5f098931f
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ async function processUrl(msg, url) {
.catch(() => {});
await msg.channel.createMessage({
content: cw && attachments.length > 0 ? ":warning: " + cw + " || ||";
content: cw && attachments.length > 0 ? ":warning: " + cw + " || ||",
embeds,
allowedMentions: {
repliedUser: false,