mirror of
https://github.com/Redume/StarBoard.git
synced 2025-04-07 04:05:28 +01:00
5 lines
No EOL
108 B
Python
5 lines
No EOL
108 B
Python
from aiogram import Bot
|
|
import yaml
|
|
|
|
config = yaml.safe_load(open('config.yaml'))
|
|
bot = Bot(config['token']) |