mirror of https://github.com/coddrago/Heroku
bug fix...
parent
61d2b702d5
commit
a8967c88ba
|
@ -253,6 +253,6 @@ class CoreMod(loader.Module):
|
|||
await self.client.send_file(
|
||||
message.peer_id,
|
||||
"https://imgur.com/a/AYmh8W8.png",
|
||||
caption=self.strings["installation"].format(self.get_prefix()), reply_to=getattr(message, "reply_to_msg_id", None),)
|
||||
caption=self.strings["installation"], reply_to=getattr(message, "reply_to_msg_id", None),)
|
||||
|
||||
await message.delete()
|
||||
|
|
Loading…
Reference in New Issue