diff --git a/jarvis/cogs/reddit.py b/jarvis/cogs/reddit.py index 32d3956..679010b 100644 --- a/jarvis/cogs/reddit.py +++ b/jarvis/cogs/reddit.py @@ -77,7 +77,7 @@ class RedditCog(Scale): return count = len([i async for i in SubredditFollow.find(q(guild=ctx.guild.id))]) - if len(count) >= 12: + if count >= 12: await ctx.send("Cannot follow more than 12 Subreddits", ephemeral=True) return