mirror of https://github.com/coddrago/Heroku
Update hikka_info.py
parent
302f910c64
commit
9167e60472
|
@ -82,8 +82,8 @@ class HikkaInfoMod(loader.Module):
|
|||
|
||||
return (
|
||||
(
|
||||
"<b>🌘 Hikka</b>\n"
|
||||
if "hikka" not in self.config["custom_message"].lower()
|
||||
"<b>🪐 Heroku</b>\n"
|
||||
if "heroku" not in self.config["custom_message"].lower()
|
||||
else ""
|
||||
)
|
||||
+ self.config["custom_message"].format(
|
||||
|
|
Loading…
Reference in New Issue