Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/reference/custom-commands-limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Various limits in YAGPDB custom commands (CC) for smooth functioning of the bot
the limit.
- **addMessageReactions:** 20 calls per CC -> counter key "add_reaction_message". Each reaction added counts towards
the limit.
- **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
the limit.
- **editChannelName/Topic:** 10 calls per CC -> counter key "edit_channel"
- **regex cache limit:** 10 (this means you cant have more than 10 different regexes on a CC)
Expand Down