fedimbed: deleteReaction -> removeReaction
This commit is contained in:
parent
8e4e58016f
commit
2dd510030d
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue