Typo on reactions

This commit is contained in:
Zeva Rose 2021-07-04 10:03:31 -06:00
parent 3e72e9e0f0
commit 4a035e97e5

View file

@ -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"])