Update settings.py

pull/5/head
Who? 2024-11-03 13:49:15 +07:00 committed by GitHub
parent f814a00010
commit 042627d8a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -250,4 +250,7 @@ class CoreMod(loader.Module):
async def installationcmd(self, message: Message):
"""| Guide of installation"""
await message.delete()
await self.client.send_file(message.peer_id, "https://i.imgur.com/Tfj0Wud.png", caption = self.strings["installation"])