diff --git a/telegram/messages/about.py b/telegram/messages/about.py index 7c2febc..d36cce3 100644 --- a/telegram/messages/about.py +++ b/telegram/messages/about.py @@ -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! diff --git a/telegram/messages/gastap_stats.py b/telegram/messages/gastap_stats.py index 123998a..2918813 100644 --- a/telegram/messages/gastap_stats.py +++ b/telegram/messages/gastap_stats.py @@ -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 @@ -20,7 +20,6 @@ 🔴 *Status:* Out of Balance {% endif %} ---- {% endfor %} Remember: You need BrightID verification to claim your tokens.