mirror of https://github.com/coddrago/Heroku
Update heroku_info.py
parent
e0b72afeb2
commit
65ed2c9ef6
|
@ -81,7 +81,7 @@ class HerokuInfoMod(loader.Module):
|
|||
return (
|
||||
(
|
||||
"<b>🪐 Heroku</b>\n"
|
||||
if not self.config["show_heroku"]
|
||||
if self.config["show_heroku"]
|
||||
else ""
|
||||
)
|
||||
+ self.config["custom_message"].format(
|
||||
|
|
Loading…
Reference in New Issue