From b931f05fa1fce4090f33f43a1a6e2daf0b44ead3 Mon Sep 17 00:00:00 2001 From: Interitio Date: Wed, 25 Feb 2026 19:44:15 +1000 Subject: [PATCH] tweak(yarn): Change whitelist criteria --- src/modules/yarn/cog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/yarn/cog.py b/src/modules/yarn/cog.py index 4b8c75d..ea34b28 100644 --- a/src/modules/yarn/cog.py +++ b/src/modules/yarn/cog.py @@ -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)