Daily Reset Settings

Configure automatic daily coin reset

Markdown is supported.
Manual Test / Trigger

Test the reset and broadcast delivery immediately.

Operation Logs
> Settings loaded...

Broadcast Message

Send messages to bot users

Leave empty to broadcast to all users who joined the selected bot.
Formatting Guide
The broadcast supports standard Markdown syntax:
  • **text** or *text*
    Bold Text
  • __text__ or _text_
    Italic Text
  • [google](https://google.com)
    Hyperlink
  • `code`
    Monospaced Code

Ensure all tags are properly closed to avoid delivery failure.
Broadcast Results
> Ready to broadcast...

Platform Overview

Real-time update as of {{ now }}

TOTAL USERS

{{ stats.total_users }}

+{{ stats.u_insights.today }} Today
PREMIUM USERS

{{ stats.premium_users }}

Active Subscriptions
TOTAL GEN ACTIVE

{{ stats.total_images + stats.total_voices + stats.total_chats }}

{{ stats.g_insights.today }} actions in 24h
Visuals
TOTAL IMAGES

{{ "{:,}".format(stats.total_images) }}

Audio
TOTAL VOICES

{{ "{:,}".format(stats.total_voices) }}

Text
TOTAL CHATS

{{ "{:,}".format(stats.total_chats) }}

30-Day Activity Trend
Traffic & Usage
Growth Insights
NEW REGISTRATIONS
Today
{{ stats.u_insights.today }}
Week
{{ stats.u_insights.week }}
Month
{{ stats.u_insights.month }}
TOTAL GENERATIONS
Today
{{ stats.g_insights.today }}
Week
{{ stats.g_insights.week }}
Month
{{ stats.g_insights.month }}
ACTIVITY MIX

User Management

Total {{ stats.total_users }} registrants

0 users selected
{% for user in users %} {% endfor %} {% if not users %} {% endif %}
User Chat ID Tier Activity Joined At Action
{{ user.first_name[0] if user.first_name else 'U' }}
{{ user.first_name or 'User' }}
@{{ user.username or 'unknown' }}
{{ user.chat_id }} {{ user.tier.upper() }}
Images: {{ user.total_images_generated }}
Tokens: {{ user.token_balance }}
{{ user.created_at[:19].replace('T', ' ') }}
No users found matching your search.
{% if pages.u_total > 1 %}
Page {{ pages.u_current }} of {{ pages.u_total }}
{% endif %}

Generation Logs

Latest activity across all bots

{% for log in chat_logs %} {% endfor %}
Latest Activity User Info Total Interaction Model Action
{{ log.last_chat }}
{{ log.user_id }}
{{ log.interactions }} chats {{ log.model_used }}
Page {{ pages.c_current }} of {{ pages.c_total }}
{% for log in voice_logs %} {% endfor %}
User ID Voice Input Text Status Time Action
{{ log.user_id }} {{ log.voice_used }} {{ log.text_input }} SUCCESS {{ log.created_at[:19].replace('T', ' ') }}
{% if pages.v_total > 1 %}
Page {{ pages.v_current }} of {{ pages.v_total }}
{% endif %}
{% for log in image_logs %} {% endfor %}
User ID Model Prompt Size Time Action
{{ log.user_id }} {{ log.model_used }} {{ log.prompt }} {{ log.image_size }} {{ log.created_at[:19].replace('T', ' ') }}
{% if pages.i_total > 1 %}
Page {{ pages.i_current }} of {{ pages.i_total }}
{% endif %}