Update settings.py

pull/18/head
Rilliat 2024-11-19 09:07:39 +03:00 committed by GitHub
parent 721300158e
commit 7f16201393
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(prefix=self.get_prefix()), reply_to=getattr(message, "reply_to_msg_id", None),)
caption=self.strings["installation"].format('{}', prefix=self.get_prefix()), reply_to=getattr(message, "reply_to_msg_id", None),)
await message.delete()