Skip to content

Commit

Permalink
Merge pull request #647 from UnitapApp/feature/telegram/implementation
Browse files Browse the repository at this point in the history
fixed texts error
  • Loading branch information
alimaktabi authored Oct 26, 2024
2 parents b48c120 + f1e49d0 commit 01822ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions telegram/messages/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
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
3 changes: 1 addition & 2 deletions telegram/messages/gastap_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{% for faucet in faucets %}
🔵 *{{ faucet.chain.chain_name }}*
Max Claim Amount: {{ faucet.max_claim_amount }}
Available for: {% if faucet.is_one_time_claim %}One-time{% else %}Weekly{% endif %}
Available for: {% if faucet.is_one_time_claim %}One Time{% else %}Weekly{% endif %}
{% if faucet.has_enough_funds %}
🟢 *Status:* Available
Expand All @@ -20,7 +20,6 @@
🔴 *Status:* Out of Balance
{% endif %}
---
{% endfor %}
Remember: You need BrightID verification to claim your tokens.
Expand Down

0 comments on commit 01822ff

Please sign in to comment.