changes to config to enable multiflair support

This commit is contained in:
2026-03-05 20:45:46 +00:00
parent 87f1f12bc8
commit 0e70503a3b
4 changed files with 122 additions and 66 deletions
+12
View File
@@ -0,0 +1,12 @@
# 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
]