diff --git a/jarvis/cogs/autoreact.py b/jarvis/cogs/autoreact.py index bdb116d..7585258 100644 --- a/jarvis/cogs/autoreact.py +++ b/jarvis/cogs/autoreact.py @@ -207,7 +207,7 @@ class AutoReactCog(commands.Cog): ) return message = "" - if len(exists["reacions"]) > 0: + if len(exists["reactions"]) > 0: message = ( f"Current active autoreacts on {channel.mention}:\n" + "\n".join(exists["reactions"])