Update help.py

dev-test
Who? 2025-06-27 17:28:33 +07:00 committed by GitHub
parent 79e78faade
commit d32bbf4f9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ class Help(loader.Module):
await utils.answer(
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,
"".join(core_),
"".join(plain_ + (no_commands_ if force else [])),