init
This commit is contained in:
11
bot/common.py
Normal file
11
bot/common.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from aiogram import Bot, Dispatcher
|
||||
from rich.console import Console
|
||||
|
||||
from .utils.config import config
|
||||
|
||||
bot = Bot(token=config.telegram.bot_token)
|
||||
dp = Dispatcher()
|
||||
console = Console()
|
||||
|
||||
|
||||
__all__ = ["bot", "dp", "config", "console"]
|
||||
Reference in New Issue
Block a user