Update heroku_info.py

dev-test
Who? 2025-07-12 13:37:51 +07:00 committed by GitHub
parent 1c85c72e7a
commit aeaf71bed2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -285,7 +285,8 @@ class HerokuInfoMod(loader.Module):
await utils.answer_file(
message,
self._get_info_photo(start),
file = self.config["banner_url"],
self.config["banner_url"],
reply_to=getattr(message, "reply_to_msg_id", None),
)
elif self.config["custom_message"] is None:
await message.edit(
@ -298,7 +299,6 @@ class HerokuInfoMod(loader.Module):
await message.edit(
self._render_info(start),
file = self.config["banner_url"],
reply_to=getattr(message, "reply_to_msg_id", None),
)
@loader.command()