-
Notifications
You must be signed in to change notification settings - Fork 7
Commands
JustEvil edited this page Aug 19, 2026
·
1 revision
- Every command Stelle ships with.
- What each system does is covered in Features.
Note
Every command works as both a slash command (/play) and a prefix command (st! play). Descriptions below are the default English strings β the actual text is localized.
| Command | Aliases | Description | Options |
|---|---|---|---|
play |
p |
Play music with Stelle. |
query β track name or URL (autocompleted). |
join |
connect |
Join a voice channel. |
voice β channel to join (defaults to yours). |
247 |
twentyfourseven, alwaysonline, alwayson
|
Toggle 24/7 mode. |
autopause β pause when the channel empties. |
autoplay |
auto, ap
|
Toggle autoplay. | β |
nowplaying |
np |
Show the current track. | β |
queue |
β | See the queue. | β |
lyrics |
lyric, ly
|
Show lyrics for the current track. | β |
loop |
l |
Toggle loop mode. |
mode β Off / Track / Queue. |
pause |
suspend, hold
|
Pause the player. | β |
resume |
unpause |
Resume the player. | β |
skip |
sk |
Skip the current track. |
to β skip to a track number. |
seek |
se |
Seek within the current track. |
time β e.g. 2min. |
move |
mov, m
|
Move the player. |
voice (required), text (optional). |
shuffle |
shu, sh, shuf
|
Shuffle the queue. | β |
stop |
destroy, leave
|
Stop the player and leave. | β |
volume |
v, vol
|
Modify the volume. |
volume β 1β100. |
| Subcommand | Description | Options |
|---|---|---|
playlist create |
Create a new playlist. |
name (required), public (optional). |
playlist load |
Load a playlist into the queue. |
id (autocompleted). |
playlist manage |
Open the interactive manage panel. |
id (autocompleted). |
playlist info |
Show information about a playlist. |
id (autocompleted). |
playlist list |
Display available playlists. |
user β show a user's public playlists. |
playlist rename |
Rename a playlist. |
id (autocompleted), name. |
playlist delete |
Delete a playlist. |
id (autocompleted). |
| Subcommand | Description | Options |
|---|---|---|
quiz start |
Start a music quiz. |
rounds β 1β50 (optional). |
quiz stop |
Stop the running quiz. | β |
quiz leaderboard |
Show the current standings. | β |
Require the Manage Server permission and only work inside a server.
| Command | Aliases | Description | Options |
|---|---|---|---|
setlocale |
locale, lang, language
|
Set Stelle's locale. |
locale (autocompleted). |
setprefix |
β | Set Stelle's prefix. |
prefix. |
| Subcommand | Description | Options |
|---|---|---|
default engine |
Change the default search engine. |
engine β Spotify / YouTube / YouTube Music / SoundCloud. |
default volume |
Change the default volume. |
volume β 0β100. |
| Subcommand | Description | Options |
|---|---|---|
setrequest setup |
Set up (or create) the song request channel. |
channel β text channel (optional; created if omitted). |
setrequest disable |
Disable the song request channel. | β |
| Command | Description | Options |
|---|---|---|
ping |
Get Stelle's ping. | β |
help |
The most useful command in the world! |
command β get help for a specific command (autocompleted). |
info bot |
Get info about the bot. | β |
info nodes |
Get the status of all Stelle nodes. | β |
Tip
ping also works as a User Install command and in DMs / private channels. The rest are server-only.
Only usable by ids listed in developerIds, and pushed only to guildIds.
| Command | Aliases | Description | Options |
|---|---|---|---|
eval |
code |
Eval code with Stelle. |
code (required), depth (optional). |
reload |
β | Reload Stelle (commands, events, langs, nodes, config). | β |
emit |
β | Emit an event. |
event β guildCreate / guildDelete. |
Made with
Getting started
Using Stelle
Advanced
Reference