TheDocumentation 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.
/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
What it returns
The bot replies with an ephemeral message in the format:X is calculated as:
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.