chore: lighten the load for messages

This commit is contained in:
2025-04-30 09:26:39 +02:00
parent 663a6de9f9
commit a509270989
3 changed files with 59 additions and 40 deletions

View File

@@ -2,10 +2,6 @@ import json
import os
from database import get_patterns
PATTERNS_FILE = "patterns.json"
BOT_DATA_DIR = os.getenv("BOT_DATA_DIR", "/bot-data")
message_patterns = get_patterns()