Update heroku_info.py

pull/50/head
Who? 2024-12-26 15:10:53 +07:00 committed by GitHub
parent 87e6984d6a
commit 633d57229a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ from ..inline.types import InlineQuery
import subprocess import subprocess
@loader.tds @loader.tds
class HikkaInfoMod(loader.Module): class HerokuInfoMod(loader.Module):
"""Show userbot info""" """Show userbot info"""
strings = {"name": "HerokuInfo"} strings = {"name": "HerokuInfo"}
@ -87,7 +87,7 @@ class HikkaInfoMod(loader.Module):
return ( return (
( (
"<b>🪐 Heroku</b>\n" "<b>🪐 Heroku</b>\n"
if not self.config["show_heroku"] if self.config["show_heroku"]
else "" else ""
) )
+ self.config["custom_message"].format( + self.config["custom_message"].format(