Update loader.py

pull/81/head
Who? 2025-01-11 02:46:10 +10:00 committed by GitHub
parent 65349a6f42
commit 87f0a019f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ class LoaderMod(loader.Module):
await utils.answer(
message, self.strings("finding_module_in_repos")
)
await message.delete()
if (
await self.download_and_install(args, message, force_pm)