This commit is contained in:
Andrey 2023-04-16 21:31:33 +00:00 committed by GitHub
parent 8d2bf20fb8
commit 2dd019d486
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)