mirror of https://github.com/coddrago/Heroku
Update settings.py
parent
fa17ae7789
commit
b4d893d8f4
|
@ -246,3 +246,8 @@ class CoreMod(loader.Module):
|
|||
self._db.clear()
|
||||
self._db.save()
|
||||
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"])
|
||||
|
|
Loading…
Reference in New Issue