tweak(yarn): Change whitelist criteria

This commit is contained in:
2026-02-25 19:44:15 +10:00
parent 357ea51066
commit b931f05fa1

View File

@@ -44,7 +44,7 @@ class YarnCog(LionCog):
if (
reaction.me
and reaction.count == 1
and str(reaction.emoji) not in ("", "")
and reaction.message.author.id != self.bot.user.id
):
await reaction.remove(self.bot.user)