mirror of https://github.com/coddrago/Heroku
Update settings.py
parent
f814a00010
commit
042627d8a0
|
@ -249,5 +249,8 @@ 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"])
|
||||
|
|
Loading…
Reference in New Issue