Update heroku_info.py

pull/163/head
Who? 2025-07-12 17:15:08 +07:00 committed by GitHub
parent 29b1f105a3
commit 6d27e21ecf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -293,6 +293,7 @@ class HerokuInfoMod(loader.Module):
message,
self._render_info(start),
file = self.config["banner_url"],
reply_to=getattr(message, "reply_to_msg_id", None),
)
else:
if '{ping}' in self.config["custom_message"]:
@ -301,6 +302,7 @@ class HerokuInfoMod(loader.Module):
message,
self._render_info(start),
file = self.config["banner_url"],
reply_to=getattr(message, "reply_to_msg_id", None),
)
@loader.command()