diff --git a/examples/echo_bot.py b/examples/echo_bot.py index 7cb1babe..1a76bca7 100644 --- a/examples/echo_bot.py +++ b/examples/echo_bot.py @@ -10,7 +10,8 @@ from aiogram.types import Message from aiogram.utils.markdown import hbold # Bot token can be obtained via https://t.me/BotFather -TOKEN = getenv("BOT_TOKEN") +#TOKEN = getenv("BOT_TOKEN") # ERROR geteven +TOKEN = "BOT_TOKEN" # All handlers should be attached to the Router (or Dispatcher) dp = Dispatcher()