tweak(yarn): Whitelist arrows for emoji removal

This commit is contained in:
2026-02-25 19:40:27 +10:00
parent e4534bcace
commit 357ea51066

View File

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