Compare commits

..

3 Commits

Author SHA1 Message Date
b931f05fa1 tweak(yarn): Change whitelist criteria 2026-02-25 19:44:45 +10:00
357ea51066 tweak(yarn): Whitelist arrows for emoji removal 2026-02-25 19:40:27 +10:00
e4534bcace routine: Update voicelog pointer 2026-02-25 19:37:31 +10:00
2 changed files with 2 additions and 2 deletions

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)