Update help.py

pull/105/head
Who? 2025-02-18 22:00:43 +07:00 committed by GitHub
parent b21f87a3fc
commit 313f4459f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ class Help(loader.Module):
for name, fun in commands.items():
reply += (
f"\n{self.config("command_emoji")}"
f"\n{self.config('command_emoji')}"
" <code>{}{}</code>{} {}".format(
utils.escape_html(self.get_prefix()),
name,