@@ -1,5 +1,6 @@
import logging
from datetime import datetime
+from typing import Dict, Any
from telegram import Update
from telegram.ext import ContextTypes
from .base import InfoCommandsBase
@@ -14,7 +14,7 @@ from datetime import datetime
from pathlib import Path
# Bot version
-BOT_VERSION = "2.4.198"
+BOT_VERSION = "2.4.199"
# Add src directory to Python path
sys.path.insert(0, str(Path(__file__).parent / "src"))