diff --git a/src/modules/yarn/cog.py b/src/modules/yarn/cog.py index cdb1977..4b8c75d 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 str(reaction.emoji) not in ("▶", "◀") ): await reaction.remove(self.bot.user)