Update settings.py

pull/17/head
Rilliat 2024-11-19 08:58:40 +03:00 committed by GitHub
parent a8967c88ba
commit 97f9cdc284
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"], 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()