Update loader.py

pull/61/head
Who? 2025-01-11 02:57:56 +10:00 committed by GitHub
parent f825901444
commit 78c10e55b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,6 @@ class LoaderMod(loader.Module):
msg = await utils.answer(
message, self.strings("finding_module_in_repos")
)
await msg.delete()
if (
await self.download_and_install(args, message, force_pm)
@ -217,6 +216,7 @@ class LoaderMod(loader.Module):
for repo, mods in (await self.get_repo_list()).items()
],
)
await msg.delete()
async def _get_modules_to_load(self):
todo = self.get("loaded_modules", {})