mirror of https://github.com/coddrago/Heroku
test
parent
bc58d995a7
commit
7809e6e969
|
@ -186,8 +186,8 @@ class Help(loader.Module):
|
||||||
|
|
||||||
for name, fun in commands.items():
|
for name, fun in commands.items():
|
||||||
reply += (
|
reply += (
|
||||||
f'<blockquote expandable>\n{self.config["command_emoji"]}'
|
f'\n{self.config["command_emoji"]}'
|
||||||
" <code>{}{}</code>{} {}</blockquote>".format(
|
" <code>{}{}</code>{} {}".format(
|
||||||
utils.escape_html(self.get_prefix()),
|
utils.escape_html(self.get_prefix()),
|
||||||
name,
|
name,
|
||||||
(
|
(
|
||||||
|
@ -213,7 +213,7 @@ class Help(loader.Module):
|
||||||
|
|
||||||
await utils.answer(
|
await utils.answer(
|
||||||
message,
|
message,
|
||||||
reply
|
f'<blockquote expandable>{reply}</blockquote'
|
||||||
+ (f"\n\n{self.strings('not_exact')}" if not exact else "")
|
+ (f"\n\n{self.strings('not_exact')}" if not exact else "")
|
||||||
+ (
|
+ (
|
||||||
f"\n\n{self.strings('core_notice')}"
|
f"\n\n{self.strings('core_notice')}"
|
||||||
|
|
Loading…
Reference in New Issue