Compare commits

..

No commits in common. "2dd510030d44846f738134379da37e5973408116" and "dc954a3f60412e17749f70ed4934f7a169f4e351" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View file

@ -148,10 +148,6 @@ async function CommandDispatcher(msg) {
files.push(newFile);
response.files = files;
}
if (response.files) {
response.attachments = response.files;
delete response.files;
}
if (response.embed) {
response.embeds = [...(response.embeds ?? []), response.embed];
delete response.embed;

View file

@ -540,7 +540,7 @@ async function processUrl(msg, url, spoiler = false) {
})
.then(() => {
if (sendWait) {
msg.removeReaction("\uD83D\uDCE4");
msg.deleteReaction("\uD83D\uDCE4");
}
if ((msg.flags & MessageFlags.SUPPRESS_EMBEDS) === 0) {