Update help.py

pull/105/head
Who? 2025-02-18 21:58:40 +07:00 committed by GitHub
parent 1ed91b624d
commit b21f87a3fc
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,