Fix `{upd}` tag in HikkaInfo (do not wrap it into entities)

pull/1/head
hikariatama 2022-07-27 18:31:47 +00:00
parent a55942c879
commit e70086f67b
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ class HikkaInfoMod(loader.Module):
"prefix": "Prefix",
"send_info": "Send userbot info",
"description": " This will not compromise any sensitive info",
"up-to-date": "😌 Up-to-date",
"update_required": "😕 Update required </b><code>.update</code><b>",
"up-to-date": "<b>😌 Up-to-date</b>",
"update_required": "<b>😕 Update required </b><code>.update</code>",
"_cfg_cst_msg": (
"Custom message for info. May contain {me}, {version}, {build}, {prefix},"
" {platform}, {upd}, {uptime} keywords"