Typo on reactions
This commit is contained in:
parent
3e72e9e0f0
commit
4a035e97e5
1 changed files with 1 additions and 1 deletions
|
@ -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"])
|
||||
|
|
Loading…
Add table
Reference in a new issue