diff --git a/src/bot.ts b/src/bot.ts index 03e46612..a4f30639 100644 --- a/src/bot.ts +++ b/src/bot.ts @@ -703,11 +703,7 @@ export class DiscordBot { const reaction = msg.reactions.resolve(storeReaction.Emoji) if (!reaction) { log.warn(`Could not find reaction for emoji ${storeReaction.Emoji}`) - return - } - if (!reaction.me) { - log.warn(`This client didn't react with ${storeReaction.Emoji}`) - return + continue } await reaction.users.remove() this.channelLock.release(msg.channel.id);