Final changes before merge

This commit is contained in:
2026-03-05 18:53:30 +00:00
parent 1e22463db0
commit 818df56222
2 changed files with 77 additions and 40 deletions

22
config/flairconfig.py Normal file
View File

@@ -0,0 +1,22 @@
# flairconfig.py
# This file defines the list of flair time configs for the bot.
# Edit this file to customize flair behaviors.
flair_times = [
{
"flair_text": "Waiting for OP",
"hours": 48,
"comment_message": "This post has had the 'Waiting for OP' flair for 48 hours.",
"lock_post": False,
"distinguish_sticky": False
},
{
"flair_text": "Solved",
"hours": 0.01,
"comment_message": "This post has had the 'Waiting for OP' flair for 48 hours.",
"lock_post": False,
"distinguish_sticky": False
},
# Add more configs as needed
]