paschipasch
Newbie
- Jan 21, 2024
- 21
- 4
Hi, i've created the following "Code" with AI (Claude 3.7) for Automod on Reddit.
When i try to safe the code Reddit says "Unsupported Media Type".
The Code:
What's wrong?
Thanks in advance!
When i try to safe the code Reddit says "Unsupported Media Type".
The Code:
---
# CQS as Flair with emojis - Extended version
type: submission
author:
~name: [AutoModerator, YourBotNamesIfAny]
is_contributor: false
# CQS "lowest"
priority: 1
contributor_quality: "lowest"
set_flair: [" CQS: Lowest", "cqs-lowest"]
comment: |
Hello u/{{author}},
Your Reddit Contributor Quality Score (CQS) is: **Lowest**
This is an automated message to help you track your account's status.
---
# CQS "low"
type: submission
priority: 2
contributor_quality: "low"
set_flair: ["CQS: Low", "cqs-low"]
comment: |
Hello u/{{author}},
Your Reddit Contributor Quality Score (CQS) is: **Low**
This is an automated message to help you track your account's status.
---
# CQS "moderate"
type: submission
priority: 3
contributor_quality: "moderate"
set_flair: [" CQS: Moderate", "cqs-moderate"]
comment: |
Hello u/{{author}},
Your Reddit Contributor Quality Score (CQS) is: **Moderate**
This is an automated message to help you track your account's status.
---
# CQS "high"
type: submission
priority: 4
contributor_quality: "high"
set_flair: ["CQS: High", "cqs-high"]
comment: |
Hello u/{{author}},
Your Reddit Contributor Quality Score (CQS) is: **High**
This is an automated message to help you track your account's status.
---
# CQS "highest"
type: submission
priority: 5
contributor_quality: "highest"
set_flair: [" CQS: Highest", "cqs-highest"]
comment: |
Hello u/{{author}},
Your Reddit Contributor Quality Score (CQS) is: **Highest**
This is an automated message to help you track your account's status.
What's wrong?
Thanks in advance!