From 4a035e97e534deebce95eab651415874ee36dbfe Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Sun, 4 Jul 2021 10:03:31 -0600 Subject: [PATCH] Typo on reactions --- jarvis/cogs/autoreact.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"])