Update deps versions, minor spotify fix, removed db sync, suppress deprecationwarning
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user