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