Skip to content

Commit 8397123

Browse files
committed
Fixed typo: percent not shown
1 parent e3850b4 commit 8397123

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ async def command_help(self, update: Update, context: ContextTypes.DEFAULT_TYPE)
8989
"<code>/start</code> : start intereaction with the bot\n"
9090
"<code>/help</code> : Show commands\n"
9191
"<code>/status</code> : Show status and alive time\n"
92+
"<code>/config</code> : See (some) config parameters\n"
9293
"<code>/zen</code> : Show the Zen of Python\n"
9394
),
9495
parse_mode=ParseMode.HTML,

0 commit comments

Comments
 (0)