aboutsummaryrefslogtreecommitdiff
path: root/shared/instances.py
blob: 25de59f4d43b1f86c309ef3666bd2d0ed6013fda (plain)
1
2
3
4
5
6
from aiogram import Bot, Dispatcher
from .config import token

bot = Bot(token=token)
dp = Dispatcher(bot)
gen_chance = 10