Skip to content

Commit a26f400

Browse files
authored
reference: limits: fix formatting and wording (#70)
Signed-off-by: Luca Zeuch <[email protected]>
1 parent 121d096 commit a26f400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/reference/custom-commands-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Various limits in YAGPDB custom commands (CC) for smooth functioning of the bot
4747
the limit.
4848
- **addMessageReactions:** 20 calls per CC -> counter key "add_reaction_message". Each reaction added counts towards
4949
the limit.
50-
- **deleteMessageReaction: 1**0 calls per CC -> counter key "del_reaction_message". Each removed added counts towards
50+
- **deleteMessageReaction:** 10 calls per CC -> counter key "del_reaction_message". Each reaction removed counts towards
5151
the limit.
5252
- **editChannelName/Topic:** 10 calls per CC -> counter key "edit_channel"
5353
- **regex cache limit:** 10 (this means you cant have more than 10 different regexes on a CC)

0 commit comments

Comments
 (0)