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.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.
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.
/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.
/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.
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.
/invite
Provides the OAuth2 invite link to add Stellar to another server you manage.
/donate
Shows a link to support the Stellar project financially. All donations go directly back into the project.
/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.
Supported input formats
Supported input formats
| Format | Example |
|---|---|
Hex with # prefix | #FF0000 |
| Hex without prefix | FF0000 |
Hex with 0x prefix | 0xFF0000 |
| RGB with spaces | 255 0 0 |
| RGB with commas | 255, 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.
/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 status is per-server. Setting it in one server does not affect your status in others.