new banner in installation command

pull/29/head
Who? 2024-11-29 22:31:48 +07:00 committed by GitHub
parent f13ee08826
commit 93d94a10ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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