From 783a5f5986434b64fe93b6f1a54c6b16ce6b0a31 Mon Sep 17 00:00:00 2001 From: Mole Shang <135e2@135e2.dev> Date: Wed, 25 Jan 2023 16:46:53 +0800 Subject: chore: fix typo --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index c6cbaf4..d0eba3c 100644 --- a/bot.py +++ b/bot.py @@ -54,7 +54,7 @@ async def _help(update: Update, context: CallbackContext) -> None: help_str = """*Mailbox Settings*: /setting john.doe@example.com password Login (needed) /inbox Get mails status in INBOX -/get $ndex Get the $index mail +/get $index Get the $index mail /help get help /list List all mails in INBOX""" await context.bot.send_message( -- cgit v1.2.3