From 5cc9523fb7141ce34d47d9c2de01f06be5a548f7 Mon Sep 17 00:00:00 2001 From: Andrey <75641601+a-n-d-r@users.noreply.github.com> Date: Sun, 16 Apr 2023 23:20:04 +0600 Subject: [PATCH] Fix typo --- examples/echo_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)