From 9eeaa5e3a0ed303c87e308557a63acb4b3509970 Mon Sep 17 00:00:00 2001 From: Farzadex Date: Mon, 22 May 2023 17:23:56 +0330 Subject: [PATCH] README correction --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c42ac6d..c5f758c 100644 --- a/README.md +++ b/README.md @@ -84,4 +84,4 @@ Bot settings: - **Telegram** _(settings.telegram)_: Telegram bot settings to get notifications on telegram: - **Notify** _(settings.telegram.notify)_: This should be _True_ in order to activate the telegram notifications. **(default: False)** - **Bot Token** _(settings.telegram.bot_token)_: Your telegram bot token **(default: "")** - - **Min. Liquidity** _(settings.telegram.chat_id)_: Your telegram chat id. The bot should be a member of this chat. it can be a private chat, group or channel **(default: "")** \ No newline at end of file + - **Chat ID** _(settings.telegram.chat_id)_: Your telegram chat id. The bot should be a member of this chat. it can be a private chat, group or channel **(default: "")** \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index eadad16..04acbbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tokenfinderbot" -version = "1.0.0" +version = "1.0.1" description = "A simple bot for scanning new ERC-20 token pools created and filtering them based on the time created, liquidity and market cap" authors = ["Farzad Z "] readme = "README.md"