curl -X POST https://hapi.7331.org/v1/bot/me \ -H "Content-Type: application/json" \ -H "X-API-Key: your-bot-api-key" \ -d '{ "guild_ids": ["987654321098765432", "876543210987654321"], "users": 5000, "latency_ms": 42.5 }'
{ "message": "Bot statistics updated successfully", "created_at": "2025-01-01T00:00:00Z", "updated_at": "2025-01-15T12:30:00Z" }
Update the bot’s statistics including guild count, user count, and latency.
Was this page helpful?