Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/noskap/kojima-bot/llms.txt

Use this file to discover all available pages before exploring further.

The /ping command is a quick connectivity check. It confirms that Kojima Bot is online and responding to Discord interactions, and reports the round-trip latency between when Discord received the interaction and when the bot processed it.

Usage

/ping
No options and no permissions required. Any member can run this command at any time.

What it returns

The bot replies with an ephemeral message in the format:
Pong! Latency: Xms
Where X is calculated as:
Date.now() - interaction.createdTimestamp
interaction.createdTimestamp is the millisecond timestamp at which Discord dispatched the interaction. Subtracting it from the current time when the bot processes the response gives the end-to-end round-trip time in milliseconds. The reply is ephemeral — only the user who ran the command can see it.
If /ping returns successfully but spawns seem delayed or missing, the issue is likely Discord rate limits or a slow spawn tick cycle — not bot connectivity. Use /kojima next to check the spawn schedule in your channel.

Build docs developers (and LLMs) love