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 fun commands are a mixed bag of entertainment and practical lookups. Whether you want to play a quick game, check the weather, look up a GitHub project, or view a full profile for any server member, these commands are available to everyone in any channel.

Games and random

/rockpaperscissors [guess]

Alias: /rps Plays a round of rock, paper, scissors against Stellar. Pass your choice as the guess parameter.
/rps rock
/rps paper
/rps scissors

/flip

Flips a coin. Stellar animates a spinning effect before revealing the result as Heads or Tails.
/flip

/8ball [question]

Asks the magic 8-ball your question and returns a response. Occasionally Stellar will reply with a special response.
/8ball Will today be a good day?

/joke [safeSearch?]

Returns a random joke. Safe search is enabled by default, which filters out adult-oriented content. Set safeSearch to false to disable the filter.
/joke
/joke false

Animals

/fact [animal]

Returns a fact about the specified animal along with a photo. Supported animals include dog, cat, fox, and others.
/fact dog
/fact cat
/fact fox

/dog

Returns a random dog photo.
/dog

/cat

Returns a random cat photo.
/cat

User profiles

/avatar [user?]

Alias: /av Displays a Discord user’s avatar in full size. If no user is specified, your own avatar is shown.
/avatar
/av @username

/whois [member?]

Shows a detailed profile embed for a server member, including their join date, Discord registration date, top role, all roles (up to 10 displayed), avatar, guild avatar, and banner. If no member is specified, your own profile is shown.
/whois
/whois @username
This command requires you to be inside a server. It cannot be used in DMs.

Lookups

/weather [location]

Returns current weather conditions for any city, region, or address. The result includes temperature, feels-like temperature, humidity, wind speed and direction, sunrise and sunset times, and moon phase.
/weather New York
/weather London, UK
/weather Tokyo

/translate [language] [message]

Translates text from English into the specified language. Use standard two-letter language codes.
/translate es Hello, how are you?
/translate fr Good morning!
/translate ru Thank you
Translation only supports English as the source language. Messages are limited to 200 characters.

/urban [word]

Searches Urban Dictionary for the top definition of a word or phrase. The result includes the definition, an example sentence, the author, and thumbs-up/thumbs-down counts. A link to the original Urban Dictionary entry is included.
/urban salty
Outside of NSFW-enabled channels, /urban automatically filters profanity from both the definition and example fields. Run the command in a channel marked as NSFW to see the unfiltered original.

/ipsearch [ip]

Returns location and network information for a public IP address. Results are split into two sections — Location Info and Network Info — accessible via buttons in the response.
/ipsearch 8.8.8.8

/repository [owner] [repo]

Alias: /repo Displays information about a public GitHub repository, including its description, language, license, default branch, star count, fork count, open issues, and up to 5 recent commits.
/repo microsoft vscode
/repository torvalds linux

/githubuser [name]

Alias: /ghuser Shows a GitHub user’s public profile, including their follower and following counts, bio, location, company, public repositories and gists, and account creation date.
/ghuser octocat
/githubuser torvalds

Audio

/transcribe

Transcribes a Discord voice message to text. Reply to a voice message and run /transcribe to receive a text version of its contents.
/transcribe
This command only works when replying to a message that contains an audio attachment. It does not work on regular text messages.
Last modified on May 6, 2026