mirror of https://github.com/coddrago/Heroku
Update settings.py
parent
f814a00010
commit
042627d8a0
|
@ -250,4 +250,7 @@ class CoreMod(loader.Module):
|
||||||
async def installationcmd(self, message: Message):
|
async def installationcmd(self, message: Message):
|
||||||
"""| Guide of installation"""
|
"""| Guide of installation"""
|
||||||
|
|
||||||
|
|
||||||
|
await message.delete()
|
||||||
|
|
||||||
await self.client.send_file(message.peer_id, "https://i.imgur.com/Tfj0Wud.png", caption = self.strings["installation"])
|
await self.client.send_file(message.peer_id, "https://i.imgur.com/Tfj0Wud.png", caption = self.strings["installation"])
|
||||||
|
|
Loading…
Reference in New Issue