diff --git a/examples/echo_bot.py b/examples/echo_bot.py index d51a0eeb..e18201af 100644 --- a/examples/echo_bot.py +++ b/examples/echo_bot.py @@ -5,7 +5,7 @@ from aiogram import Bot, Dispatcher, Router, types from aiogram.filters import Command from aiogram.types import Message -# Bot token can be obtained via https://t.me/BotFahter +# Bot token can be obtained via https://t.me/BotFather TOKEN = "42:TOKEN" # All handlers should be attached to the Router (or Dispatcher)