separate core and plain modules

pull/144/head
Who? 2025-05-31 19:35:05 +07:00 committed by GitHub
commit 71550564de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -333,9 +333,10 @@ class Help(loader.Module):
await utils.answer(
message,
(self.config["desc_icon"] + " {}\n <blockquote exp>{}</blockquote><blockquote exp>{}</blockquote>").format(
(self.config["desc_icon"] + " {}\n <blockquote exp>{}</blockquote><blockquote exp>{}</blockquote><blockquote exp>{}</blockquote>").format(
reply,
"".join(core_ + plain_ + (no_commands_ if force else [])),
"".join(core_),
"".join(plain_ + (no_commands_ if force else [])),
(
""
if self.lookup("Loader").fully_loaded