Fix youtube downloading wrong track, saving exceptions, attempt to fix deezer
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
from aiogram import Bot, Dispatcher
|
||||
from bot.modules.fsm import InDbStorage
|
||||
from rich.console import Console
|
||||
from .utils.config import config
|
||||
|
||||
bot = Bot(token=config.telegram.bot_token)
|
||||
dp = Dispatcher(storage=InDbStorage())
|
||||
console = Console()
|
||||
|
||||
__all__ = ['bot', 'dp', 'config']
|
||||
|
||||
__all__ = ['bot', 'dp', 'config', 'console']
|
||||
|
||||
Reference in New Issue
Block a user