Ivan B

Results 1 issues of Ivan B

Steps to reproduce: 1. Run the following script: ```python import asyncio import logging import os from typing import Dict, Any from aiogram import Bot, Dispatcher, Router, F from aiogram.filters import...

bug