diff options
author | Mole Shang <[email protected]> | 2023-01-25 16:46:53 +0800 |
---|---|---|
committer | Mole Shang <[email protected]> | 2023-01-25 16:46:53 +0800 |
commit | 783a5f5986434b64fe93b6f1a54c6b16ce6b0a31 (patch) | |
tree | 8712fda075b5442b1e210134fabd579f27672bda | |
parent | 12b38b59e73f45c542d87bd2acf553f837e20179 (diff) | |
download | telegram-mail-bot-783a5f5986434b64fe93b6f1a54c6b16ce6b0a31.tar.gz telegram-mail-bot-783a5f5986434b64fe93b6f1a54c6b16ce6b0a31.tar.bz2 telegram-mail-bot-783a5f5986434b64fe93b6f1a54c6b16ce6b0a31.zip |
chore: fix typo
-rw-r--r-- | bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ async def _help(update: Update, context: CallbackContext) -> None: help_str = """*Mailbox Settings*: /setting [email protected] 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( |