Final changes before merge
This commit is contained in:
22
config/flairconfig.py
Normal file
22
config/flairconfig.py
Normal 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
|
||||
]
|
||||
Reference in New Issue
Block a user