From 6bfb26e616078fc1c9694be42948ba7ab21043bb Mon Sep 17 00:00:00 2001 From: Henri <104494267+H1nr1@users.noreply.github.com> Date: Mon, 10 Mar 2025 21:04:08 -0400 Subject: [PATCH] CC reference: limits: fix formatting and wording --- content/docs/reference/custom-commands-limits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/reference/custom-commands-limits.md b/content/docs/reference/custom-commands-limits.md index 32882b7..992672c 100644 --- a/content/docs/reference/custom-commands-limits.md +++ b/content/docs/reference/custom-commands-limits.md @@ -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)