bug fix...

pull/20/head
Who? 2024-11-19 08:27:27 +07:00 committed by GitHub
parent 61d2b702d5
commit a8967c88ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -253,6 +253,6 @@ class CoreMod(loader.Module):
await self.client.send_file(
message.peer_id,
"https://imgur.com/a/AYmh8W8.png",
caption=self.strings["installation"].format(self.get_prefix()), reply_to=getattr(message, "reply_to_msg_id", None),)
caption=self.strings["installation"], reply_to=getattr(message, "reply_to_msg_id", None),)
await message.delete()