Documentation

Get moving
in minutes.

Quick reference for inviting Xyrus, using music commands and customizing the website configuration.

Invite Xyrus

Add Xyrus to your Discord server with the invite button. The website already points to the bot client ID from your source.

Invite Xyrus ↗

Music basics

Use slash commands or the configured prefix for playback. Your source includes play, search, queue, nowplaying, skip, loop, autoplay, filters, seek and more.

/play song name
/search artist or track
/queue
/nowplaying
/skip

Artist lookup

The artist command is part of the music category and uses your Last.fm-enabled artist utility to show listeners, scrobbles, genres, biography and top tracks.

/artist artist name

Website configuration

Edit website/config.js to change invite, support, vote links and the public showcase statistics. The bot source remains untouched by the static website.

window.XYRUS_CONFIG = {
  botName: 'Xyrus',
  botClientId: '...',
  inviteUrl: '...',
  supportUrl: '...',
  stats: { users: 300000, servers: 300 }
};