refactor(stars_bot): rename modules and await notification bot calls

This commit is contained in:
2026-07-29 21:06:41 +05:00
parent 1d4226c580
commit 961f2d544c
3 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import asyncio
import logging
from config import Config
from modules.telegram import TelegramStarsBot
from modules.stars_bot import TelegramStarsBot
logger = logging.getLogger(__name__)