From 758ad718931c2e3ed39e179b5fc3f7edf6526a27 Mon Sep 17 00:00:00 2001 From: Ali Maktabi Date: Wed, 30 Oct 2024 17:09:20 +0330 Subject: [PATCH 1/2] fixed about message escaping reserved characters --- telegram/messages/about.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/telegram/messages/about.py b/telegram/messages/about.py index 524f011..c1ebab8 100644 --- a/telegram/messages/about.py +++ b/telegram/messages/about.py @@ -4,13 +4,13 @@ about_text = """**About Unitap** -Welcome to Unitap, your smart companion for managing tasks, getting updates, and automating processes\! Whether you're working on a project, organizing events, or just need help staying on top of things, Unitap is here to assist. +Welcome to Unitap, your smart companion for managing tasks, getting updates, and automating processes\! Whether you're working on a project, organizing events, or just need help staying on top of things, Unitap is here to assist\. With Unitap, you can: -\- **Receive timely notifications** for important events. -\- **Submit and track issues** directly within your workspace. -\- **Connect with services** and streamline your workflow. -\- **Ask for help or request hints** to navigate challenges. +\- **Receive timely notifications** for important events\. +\- **Submit and track issues** directly within your workspace\. +\- **Connect with services** and streamline your workflow\. +\- **Ask for help or request hints** to navigate challenges\. Unitap is designed to integrate seamlessly with your tools, making your work life smoother and more efficient. Start interacting today by typing `/help` to see available commands\! From c8541f61c3b36d8c1cd9445871672ff361dabb1c Mon Sep 17 00:00:00 2001 From: Ali Maktabi Date: Wed, 30 Oct 2024 17:12:07 +0330 Subject: [PATCH 2/2] fixed showing claimable amount --- telegram/messages/gastap_stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram/messages/gastap_stats.py b/telegram/messages/gastap_stats.py index 3580e35..f29c34e 100644 --- a/telegram/messages/gastap_stats.py +++ b/telegram/messages/gastap_stats.py @@ -10,7 +10,7 @@ {% for faucet in faucets %} 🔵 *{{ faucet.chain.chain_name }}* -Max Claim Amount: {{ faucet.max_claim_amount }} +Max Claim Amount: {{ faucet.max_claim_amount / (10 ** faucet.chain.decimals) }} {{ faucet.chain.symbol }} Available for: {% if faucet.is_one_time_claim %}One Time{% else %}Weekly{% endif %} {% if faucet.has_enough_funds %}