mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Merge branch 'dev-3.x' into scenes
This commit is contained in:
commit
91f804df18
82 changed files with 2311 additions and 1238 deletions
|
|
@ -3,7 +3,12 @@ import html
|
|||
import logging
|
||||
|
||||
from aiogram import Bot, Dispatcher, types
|
||||
from aiogram.filters import Command, CommandObject, ExceptionMessageFilter, ExceptionTypeFilter
|
||||
from aiogram.filters import (
|
||||
Command,
|
||||
CommandObject,
|
||||
ExceptionMessageFilter,
|
||||
ExceptionTypeFilter,
|
||||
)
|
||||
from aiogram.types import ErrorEvent
|
||||
|
||||
TOKEN = "42:TOKEN"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue