mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
Fix typo (#1164)
This commit is contained in:
parent
8d2bf20fb8
commit
2dd019d486
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue