Merge branch 'dev-3.x' into scenes

This commit is contained in:
Alex Root Junior 2023-08-29 22:10:50 +03:00
commit 91f804df18
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
82 changed files with 2311 additions and 1238 deletions

View file

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