Update loader.py

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

View File

@ -176,10 +176,10 @@ class LoaderMod(loader.Module):
if args := utils.get_args(message):
args = args[0]
msg = await utils.answer(
msg = await utils.answer(
message, self.strings("finding_module_in_repos")
)
await msg.delete()
await msg.delete()
if (
await self.download_and_install(args, message, force_pm)