We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121d096 commit a26f400Copy full SHA for a26f400
content/docs/reference/custom-commands-limits.md
@@ -47,7 +47,7 @@ Various limits in YAGPDB custom commands (CC) for smooth functioning of the bot
47
the limit.
48
- **addMessageReactions:** 20 calls per CC -> counter key "add_reaction_message". Each reaction added counts towards
49
50
-- **deleteMessageReaction: 1**0 calls per CC -> counter key "del_reaction_message". Each removed added counts towards
+- **deleteMessageReaction:** 10 calls per CC -> counter key "del_reaction_message". Each reaction removed counts towards
51
52
- **editChannelName/Topic:** 10 calls per CC -> counter key "edit_channel"
53
- **regex cache limit:** 10 (this means you cant have more than 10 different regexes on a CC)
0 commit comments