We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3850b4 commit 8397123Copy full SHA for 8397123
1 file changed
bot.py
@@ -89,6 +89,7 @@ async def command_help(self, update: Update, context: ContextTypes.DEFAULT_TYPE)
89
"<code>/start</code> : start intereaction with the bot\n"
90
"<code>/help</code> : Show commands\n"
91
"<code>/status</code> : Show status and alive time\n"
92
+ "<code>/config</code> : See (some) config parameters\n"
93
"<code>/zen</code> : Show the Zen of Python\n"
94
),
95
parse_mode=ParseMode.HTML,
0 commit comments