Update deps versions, minor spotify fix, removed db sync, suppress deprecationwarning

This commit is contained in:
hhh
2024-07-03 20:49:10 +03:00
parent 9b47a74523
commit f26bc7429a
16 changed files with 19 additions and 254 deletions

View File

@@ -8,6 +8,3 @@ router = Router()
@router.startup()
async def startup(bot: Bot):
print(f'[green]Started as[/] @{(await bot.me()).username}')
from bot.modules.database import pull
await pull()