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

from config import token

bot = Bot(token=token)
dp = Dispatcher(bot)
gen_chance = {}