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