Rip out Downloader's non-UI functionality into private core API (#6706)

This commit is contained in:
Jakub Kuczys
2026-03-29 22:25:04 +02:00
committed by GitHub
parent e2acec0862
commit ee1db01a2f
20 changed files with 1120 additions and 896 deletions
-1
View File
@@ -6,4 +6,3 @@ from .downloader import Downloader
async def setup(bot: Red) -> None:
cog = Downloader(bot)
await bot.add_cog(cog)
cog.create_init_task()