Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.stellarbot.dev/llms.txt

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

Stellar’s utility commands give every server member quick access to useful information without needing any special permissions. From checking bot latency and browsing server stats to converting color codes and setting an AFK status, these commands are available in any server where Stellar is present.

Commands

/ping

Checks the current connection latency between Stellar and Discord’s gateway, reported in milliseconds. Use this to confirm Stellar is responsive before reporting an outage.
/ping

/info

Alias: /stats Displays a full summary of Stellar’s current statistics, including the number of servers and users it is active in, the total number of available commands, the release version, and current uptime. Three buttons are included to invite Stellar, join the support server, or visit the website.
/info

/serverinfo

Shows detailed information about the current Discord server. The embed includes the server name, owner, creation date, channel counts (categories, text, voice), emoji count, member count, bot count, and role count. If the server has active Nitro boosters, the booster count and boost tier are displayed as well. A vanity URL is shown if one is set.
/serverinfo
This command requires you to be inside a server. It cannot be used in DMs.

/uptime

Returns how long Stellar has been continuously online since its last restart. The uptime is shown in days:hours:minutes:seconds format.
/uptime

/invite

Provides the OAuth2 invite link to add Stellar to another server you manage.
/invite

/donate

Shows a link to support the Stellar project financially. All donations go directly back into the project.
/donate

/color [color]

Parses a color value and returns its equivalent representations in RGB, hexadecimal, and decimal. You can pass the color in any of the supported formats.
/color #FF0000
/color 255 0 0
/color 255, 0, 0
/color 0xFF0000
The response embed is tinted with the parsed color so you can preview it visually.
FormatExample
Hex with # prefix#FF0000
Hex without prefixFF0000
Hex with 0x prefix0xFF0000
RGB with spaces255 0 0
RGB with commas255, 0, 0

/randomcolor

Alias: /randcol Generates a random color and displays its HEX and RGB values. The embed background is set to the generated color so you can see it instantly.
/randomcolor

/afk [reason]

Sets your AFK status in the current server. Once active, any time another member mentions you, Stellar will reply with your AFK reason so they know you are away. When you send a message in the server, your AFK status is automatically cleared. The reason parameter is optional and defaults to No reason if omitted.
/afk stepping away for a bit
/afk
If you are already AFK and run /afk again with a new reason, Stellar will update your existing status rather than creating a duplicate.
AFK status is per-server. Setting it in one server does not affect your status in others.
Last modified on May 6, 2026