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

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