dev-test
Who? 2025-09-08 02:05:20 +07:00 committed by GitHub
parent bc58d995a7
commit 7809e6e969
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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')}"