This repository has been archived on 2025-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
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'])