13 lines
302 B
Python
13 lines
302 B
Python
|
|
# 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,
|
||
|
|
"messagetitle": "Modmail Notification",
|
||
|
|
},
|
||
|
|
# Add more configs as needed
|
||
|
|
]
|