mirror of https://github.com/coddrago/Heroku
new banner in installation command
parent
f13ee08826
commit
93d94a10ee
|
@ -262,7 +262,7 @@ class CoreMod(loader.Module):
|
||||||
|
|
||||||
await self.client.send_file(
|
await self.client.send_file(
|
||||||
message.peer_id,
|
message.peer_id,
|
||||||
"https://imgur.com/a/AYmh8W8.png",
|
"https://imgur.com/a/JOnh0OX.png",
|
||||||
caption=self.strings["installation"].format('{}', prefix=self.get_prefix()), reply_to=getattr(message, "reply_to_msg_id", None),)
|
caption=self.strings["installation"].format('{}', prefix=self.get_prefix()), reply_to=getattr(message, "reply_to_msg_id", None),)
|
||||||
|
|
||||||
await message.delete()
|
await message.delete()
|
||||||
|
|
Loading…
Reference in New Issue