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}" | |
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}" | |