Update help.py

pull/105/head
Who? 2025-02-18 22:02:22 +07:00 committed by GitHub
parent 313f4459f9
commit 9178c20226
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,