From 2dd019d4862c1f02407a2b5b69fd716c600d3513 Mon Sep 17 00:00:00 2001 From: Andrey <75641601+a-n-d-r@users.noreply.github.com> Date: Sun, 16 Apr 2023 21:31:33 +0000 Subject: [PATCH] Fix typo (#1164) --- 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)