mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix typo
This commit is contained in:
parent
d15502c2af
commit
5cc9523fb7
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