Starboard/bot.py

5 lines
No EOL
108 B
Python

from aiogram import Bot
import yaml
config = yaml.safe_load(open('config.yaml'))
bot = Bot(config['token'])