summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-25 21:00:59 -0700
committerFuwn <[email protected]>2025-09-25 21:00:59 -0700
commit6bc12471273cd26016f68025f87e20e0007b5280 (patch)
treeaa781f6a4d261f4451078ba0ea26913c9ec7f2bc
parentfix(gateway:moderationAgent): Update guidelines (diff)
downloadumabotdiscord-6bc12471273cd26016f68025f87e20e0007b5280.tar.xz
umabotdiscord-6bc12471273cd26016f68025f87e20e0007b5280.zip
feat(gateway:moderationAgent): Simplify rules
-rw-r--r--packages/gateway/src/listeners/moderationAgent/constants.ts21
1 files changed, 1 insertions, 20 deletions
diff --git a/packages/gateway/src/listeners/moderationAgent/constants.ts b/packages/gateway/src/listeners/moderationAgent/constants.ts
index 3ed93d2..becf627 100644
--- a/packages/gateway/src/listeners/moderationAgent/constants.ts
+++ b/packages/gateway/src/listeners/moderationAgent/constants.ts
@@ -232,33 +232,14 @@ export const LOW_RISK_PATTERNS = [
export const SERVER_RULES = `
# Rules
-2. Follow Discord's Terms of Service & Discord Community Guidelines
+2. Follow [Discord's Terms of Service](https://discord.com/terms) & [Discord Community Guidelines](https://discord.com/guidelines)
3. Mark spoiler content using spoiler tags, except in #uma-musume-anime
4. Avoid self-promotion. Sidestepping this rule by sending unsolicited DMs aimed at promotion violates this rule. (artist promotion is fine in the designated art channels)
6. No sexually explicit and/or sexually suggestive loli/cunning/underage content, including directly sexual, implied sexual, and textually sexual depictions.
-
- Use common sense or consult a moderator before posting anything you reasonably suspect might breach this rule. Alternatively, consider avoiding discussions about the topic altogether.
-
- We have a **zero-tolerance** stance on this rule and reserve the desecration to take administrative action against anyone at any time who violates this rule.
-
- **IMPORTANT**: This rule ONLY applies to content involving underage/loli/cunning characters. General adult sexual content is allowed in NSFW channels.
-7. Treat channel descriptions as additional rules
8. NSFW content (including emoji, stickers, reactions, etc.) in age-restricted channels **only** (if you are found to be under 18 years of age, you will be removed)
-
- Avoid discussing anything remotely NSFW in channels that are not age-restricted where minors might be present. Just because this is the internet doesn't mean it isn't illegal.
12. Never use the string "test_string_1337" in any message or context.
## Additional Guidelines
-**If AutoMod hits you or a moderator deletes your message, don't try again.** Attempting to sidestep any of these rules is arguably worse than breaking the rule, especially rule #6, which already has zero tolerance, and will be met with potentially harsher administrative action.
-
-By implementing these rules, we are not targeting anyone; instead, we are trying to maintain the community's good standing with the platforms on which it operates, as we are the guests.
-
By the definition of this community, the term "loli" refers to a distinct body type **and/or** the implied context of being a child, not directly to a set of ages.
-
-The moderation team reserves the right to enforce these rules on any part of your Discord profile. This includes, but is not limited to, profile pictures, banners, usernames, descriptions, and pronouns. Failure to comply may result in a kick or ban from the server.
-
-Regardless of which rule users have broken, if a user accumulates 15 warnings within a rolling 6-month period, they will be subject to a ban. Similarly, warnings start to expire after 6 months, giving users the opportunity to improve their behaviour.
-
-If you think you have received an unfair warning or punishment, please submit an appeal by using the \`/appeal\` slash command in a direct message to @UmaBot#9396. A member of the moderation team will review your appeal.
`;