From 3779b301f6c9c20dd09571c08d309afa5eea93b1 Mon Sep 17 00:00:00 2001 From: Tom Smith Date: Thu, 26 Jun 2025 19:34:59 +0200 Subject: [PATCH 1/2] add " contributing channels" info --- src/content/docs/setup/crates.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/content/docs/setup/crates.mdx b/src/content/docs/setup/crates.mdx index 6966fc5..ff147dc 100644 --- a/src/content/docs/setup/crates.mdx +++ b/src/content/docs/setup/crates.mdx @@ -63,9 +63,10 @@ dropping automatically. - **None, drops manually:** the crate never drops automatically, and you must always [drop it manually](#dropping-crates-manually). - **Drop after a specified amount of messages sent:** the crate charges with - each message that is sent in any of its [contributing channels](#reward). Only - messages that earned XP count (see - [message spam prevention](/overview/messages#spam-prevention)). + each message that is sent in any of its [contributing channels](#reward). + Not adding channels to the "contributing channels" section will allow all + channels on the server to charge the crate. Only messages that earned XP + count (see [message spam prevention](/overview/messages#spam-prevention)). - **Drop on a time interval:** the crate automatically drops a certain number of minutes after it last became droppable. This means the crate will drop every (redemption seconds + cooldown seconds + time interval minutes). From 5c3867c21c4bf33e9bde7381c1f923c1ca3dc96f Mon Sep 17 00:00:00 2001 From: Tom Smith Date: Thu, 26 Jun 2025 19:48:31 +0200 Subject: [PATCH 2/2] prettier fix --- src/content/docs/setup/crates.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/docs/setup/crates.mdx b/src/content/docs/setup/crates.mdx index ff147dc..406ab3c 100644 --- a/src/content/docs/setup/crates.mdx +++ b/src/content/docs/setup/crates.mdx @@ -63,10 +63,10 @@ dropping automatically. - **None, drops manually:** the crate never drops automatically, and you must always [drop it manually](#dropping-crates-manually). - **Drop after a specified amount of messages sent:** the crate charges with - each message that is sent in any of its [contributing channels](#reward). - Not adding channels to the "contributing channels" section will allow all - channels on the server to charge the crate. Only messages that earned XP - count (see [message spam prevention](/overview/messages#spam-prevention)). + each message that is sent in any of its [contributing channels](#reward). Not + adding channels to the "contributing channels" section will allow all channels + on the server to charge the crate. Only messages that earned XP count (see + [message spam prevention](/overview/messages#spam-prevention)). - **Drop on a time interval:** the crate automatically drops a certain number of minutes after it last became droppable. This means the crate will drop every (redemption seconds + cooldown seconds + time interval minutes).