aboutsummaryrefslogtreecommitdiff
path: root/shared/instances.py
blob: 280ec49c362ad90c852127f4cdff2c60e3f26c79 (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 = 10