This commit is contained in:
Andrey 2023-04-16 23:20:04 +06:00 committed by GitHub
parent d15502c2af
commit 5cc9523fb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)