diff --git a/src/main.py b/src/main.py index 57e2d49..b27eb12 100644 --- a/src/main.py +++ b/src/main.py @@ -11,7 +11,7 @@ from aiogram.filters import CommandStart, Command from aiogram.types import Message -TOKEN = "8549282447:AAGyzuDjOa6V7fqvxCsVUYydp9VEn4t7t3M" +TOKEN = getenv("BOT_TOKEN") dp = Dispatcher()