mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Update functions/reactWord.py
This commit is contained in:
parent
a63642c21f
commit
78a015e30d
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ def check(content, earlier=[]):
|
|||
return False, ["Controleer je argumenten."]
|
||||
|
||||
# More than 20 reacts queried
|
||||
if len(" ".join(content)) + len(earlier) > 20:
|
||||
if len("".join(content)) + len(earlier) > 20:
|
||||
return False, ["Er kunnen maximaal 20 emoji's op een message geplaatst worden."]
|
||||
|
||||
# This command should work case insensitive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue