Skip to content

Commit

Permalink
README correction
Browse files Browse the repository at this point in the history
  • Loading branch information
farzadex-eth committed May 22, 2023
1 parent 0a1f350 commit 9eeaa5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: "")**
- **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: "")**
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <farzadex.eth@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 9eeaa5e

Please sign in to comment.