1 2 3 4 5 6 7
from aiogram import Bot, Dispatcher from shared.config import token bot = Bot(token=token) dp = Dispatcher(bot) gen_chance: dict[int, int] = {}