Files
FlairTimerModmail/config/flairconfig.py
T

13 lines
302 B
Python
Raw Normal View History

# 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
]