refactor(config): load reply templates on demand

This commit is contained in:
2026-07-30 04:47:32 +05:00
parent 6a062f52d7
commit bb6cc70be9
2 changed files with 4 additions and 3 deletions
-1
View File
@@ -99,7 +99,6 @@ class Config:
"max_retries": max_retries,
"enable_reply": enable_reply,
"skip_commented": skip_commented,
"reply_templates": self._load_replies(),
}
except: