mirror of https://github.com/coddrago/Heroku
Update help.py
parent
79e78faade
commit
d32bbf4f9b
|
@ -333,7 +333,7 @@ class Help(loader.Module):
|
||||||
|
|
||||||
await utils.answer(
|
await utils.answer(
|
||||||
message,
|
message,
|
||||||
(self.config["desc_icon"] + " {}\n <blockquote exp>{}</blockquote><blockquote exp>{}</blockquote><blockquote exp>{}</blockquote>").format(
|
(self.config["desc_icon"] + " {}\n <blockquote expandable>{}</blockquote><blockquote expandable>{}</blockquote><blockquote expandable>{}</blockquote>").format(
|
||||||
reply,
|
reply,
|
||||||
"".join(core_),
|
"".join(core_),
|
||||||
"".join(plain_ + (no_commands_ if force else [])),
|
"".join(plain_ + (no_commands_ if force else [])),
|
||||||
|
|
Loading…
Reference in New Issue