75 lines
2.4 KiB
YAML
75 lines
2.4 KiB
YAML
|
|
# Example TestPostsBot Wiki Configuration
|
||
|
|
# Copy this content to your subreddit wiki page (e.g., r/yoursubreddit/wiki/testpostsbot_config)
|
||
|
|
# Each trigger can post one or multiple posts when activated via moderator private message
|
||
|
|
|
||
|
|
posts:
|
||
|
|
# Simple trigger with a single post
|
||
|
|
- trigger: "test"
|
||
|
|
posts:
|
||
|
|
- title: "Test Post"
|
||
|
|
body: "This is a test post to verify the bot is working correctly."
|
||
|
|
|
||
|
|
# Trigger with multiple posts
|
||
|
|
- trigger: "weekly-thread"
|
||
|
|
posts:
|
||
|
|
- title: "Weekly Discussion Thread"
|
||
|
|
body: |
|
||
|
|
This is the weekly discussion thread for this week.
|
||
|
|
Feel free to discuss anything related to the subreddit!
|
||
|
|
|
||
|
|
Some guidelines:
|
||
|
|
- Be respectful
|
||
|
|
- Stay on topic
|
||
|
|
- Report rule violations
|
||
|
|
|
||
|
|
- title: "Weekly Off-Topic Thread"
|
||
|
|
body: |
|
||
|
|
This is the weekly off-topic discussion thread.
|
||
|
|
Talk about anything that's not related to the subreddit here!
|
||
|
|
|
||
|
|
# Seasonal trigger with announcement posts
|
||
|
|
- trigger: "summer-schedule"
|
||
|
|
posts:
|
||
|
|
- title: "Summer 2026 Schedule Announcement"
|
||
|
|
body: |
|
||
|
|
The summer schedule for 2026 is now in effect!
|
||
|
|
|
||
|
|
Key dates:
|
||
|
|
- June 21: Summer begins
|
||
|
|
- July 4: Holiday special event
|
||
|
|
- September 21: Summer ends
|
||
|
|
|
||
|
|
We hope to see everyone participating!
|
||
|
|
|
||
|
|
- title: "Summer Rules Update"
|
||
|
|
body: |
|
||
|
|
We've updated our rules for the summer season.
|
||
|
|
|
||
|
|
Please review the updated sidebar for all changes.
|
||
|
|
Violations of the new rules may result in temporary bans.
|
||
|
|
|
||
|
|
- title: "Summer Event Sign-ups Now Open"
|
||
|
|
body: |
|
||
|
|
Sign up for our summer events by replying to this post!
|
||
|
|
|
||
|
|
Available events:
|
||
|
|
- Community game day
|
||
|
|
- AMAs with community members
|
||
|
|
- Photo contest
|
||
|
|
|
||
|
|
See the sidebar for full details.
|
||
|
|
|
||
|
|
# Maintenance trigger
|
||
|
|
- trigger: "maintenance"
|
||
|
|
posts:
|
||
|
|
- title: "Subreddit Maintenance Notice"
|
||
|
|
body: |
|
||
|
|
The subreddit will be undergoing maintenance in the next 24 hours.
|
||
|
|
|
||
|
|
During this time:
|
||
|
|
- Post submissions may be temporarily disabled
|
||
|
|
- Automod rules may be updated
|
||
|
|
- Stylesheet changes will be applied
|
||
|
|
|
||
|
|
We apologize for any inconvenience this may cause.
|