djbot / tgbot /handlers /admin /static_text.py
azils3's picture
Upload 63 files
16bfc87 verified
raw
history blame contribute delete
248 Bytes
command_start = '/stats'
secret_admin_commands = f"⚠️ Secret Admin commands\n" \
f"{command_start} - bot stats"
users_amount_stat = "<b>Users</b>: {user_count}\n" \
"<b>24h active</b>: {active_24}"