diff --git a/jarvis/cogs/autoreact.py b/jarvis/cogs/autoreact.py index 9533ce1..708e165 100644 --- a/jarvis/cogs/autoreact.py +++ b/jarvis/cogs/autoreact.py @@ -125,7 +125,7 @@ class AutoReactCog(commands.Cog): f"Emote already added to {channel.mention} autoreactions." ) return - if len(exists["reactions"]) == 20: + if len(exists["reactions"]) >= 20: await ctx.send( "Max number of reactions hit. Remove a different one to add this one" )