Update settings.py

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

View File

@ -246,3 +246,8 @@ class CoreMod(loader.Module):
self._db.clear() self._db.clear()
self._db.save() self._db.save()
await utils.answer(call, self.strings("db_cleared")) await utils.answer(call, self.strings("db_cleared"))
async def installationcmd(self, message: Message):
"""| Guide of installation"""
await utils.answer_file(m.peer_id, "https://i.imgur.com/Tfj0Wud.png", caption = self.strings["installation"])