fedimbed: deleteReaction -> removeReaction

This commit is contained in:
Cynthia Foxwell 2023-01-25 12:30:16 -07:00
parent 8e4e58016f
commit 2dd510030d
1 changed files with 1 additions and 1 deletions

View File

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