Skip to content

Commit

Permalink
Merge pull request #651 from UnitapApp/feature/telegram/implementation
Browse files Browse the repository at this point in the history
Feature/telegram/implementation
  • Loading branch information
Bob-six authored Oct 30, 2024
2 parents ddc4ffb + c8541f6 commit e31a610
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions telegram/messages/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -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\!
Expand Down
2 changes: 1 addition & 1 deletion telegram/messages/gastap_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit e31a610

Please sign in to comment.