Bot Commands

Bot Commands

Meww.me provides over 80 slash commands organized into six categories. All commands are registered globally via DeployService on startup.

Access Control

Each command can have an access level configured in config.yml under COMMANDS_ACCESS:

LevelWho Can Use
OwnerBot owner only (OWNER_ID)
AdminBot admins (ADMIN array)
ManagerUsers with Manage Server permission
PremiumPremium users only
VoterUsers who voted on Top.gg
MemberEveryone (default)
COMMANDS_ACCESS:
  MUSIC:
    Play: ["Member"]
    MusicTrivia: ["Member"]
  FILTER:
    Nightcore: ["Member"]
  # ...

Music (25 commands)

CommandDescription
/playPlay a track or add it to the queue. Supports URLs and search queries
/playnextAdd a track to play immediately after the current one
/searchSearch for tracks with an interactive selection menu
/pausePause the current track
/resumeResume playback
/stopStop playback and clear the queue
/skipSkip the current track
/skiptoSkip to a specific position in the queue
/previousPlay the previous track
/seekSeek to a specific timestamp in the current track
/forwardFast-forward the current track
/rewindRewind the current track
/replayReplay the current track from the beginning
/nowplayingShow the currently playing track with progress bar
/queueShow the current queue
/clearqueueRemove all tracks from the queue
/removeRemove a specific track from the queue
/shuffleShuffle the queue
/loopSet loop mode (off, track, or queue)
/autoplayToggle autoplay (auto-queue related tracks)
/volumeAdjust playback volume (1–100)
/lyricsShow lyrics for the current or a specified track
/joinJoin your voice channel
/forcejoinForce the bot to join a specific voice channel
/music triviaStart a music trivia game (single or multiplayer)

Filter (26 commands)

Each filter is a standalone toggle command. Running the command applies the filter; running it again removes it.

CommandEffect
/3dEight-dimensional spatial audio
/bassEnhanced bass frequencies
/bassboostAdjustable bass boost (low, medium, high)
/chinaChinese-style audio effect
/chipmunkHigh-pitched chipmunk voice
/darthvaderLow-pitched Darth Vader voice
/daycoreSlowed-down with reverb (opposite of nightcore)
/doubletimeDouble playback speed
/earrapeMaximum volume distortion
/equalizerCustom 15-band equalizer with presets
/karaokeVocal reduction for karaoke
/nightcoreSped up with higher pitch
/pitchAdjust pitch (0.5–2.0)
/popPop-optimized equalizer preset
/rateAdjust playback rate
/resetRemove all active filters
/slowmotionReduced playback speed
/softSofter, muted audio profile
/speedAdjust playback speed (0.5–2.0)
/superbassExtreme bass enhancement
/televisionTelevision speaker simulation
/treblebassEnhanced treble and bass
/tremoloOscillating volume effect
/vaporwaveSlowed and pitched down with reverb
/vibrateVibration audio effect
/vibratoOscillating pitch effect

Playlist (10 commands)

CommandDescription
/playlist createCreate a new empty playlist
/playlist deleteDelete a playlist
/playlist allList all your playlists
/playlist infoShow playlist metadata
/playlist detailShow all tracks in a playlist
/playlist addAdd a track to a playlist
/playlist removeRemove a track from a playlist
/playlist editorInteractive playlist editor
/playlist importImport a Spotify playlist
/savequeueSave the current queue as a new playlist

Games (12 commands + Music Trivia)

CommandDescription
/2048The classic 2048 sliding puzzle
/connect4Connect Four against another player
/findemojiFind the matching emoji
/floodFlood fill color game
/hangmanClassic hangman word guessing
/matchpairsMemory card matching game
/minesweeperMinesweeper grid game
/rockpaperscissorsRock Paper Scissors
/slotsSlot machine
/tictactoeTic Tac Toe against another player
/triviaGeneral knowledge trivia
/wordleWordle word guessing game
/wouldyouratherWould You Rather choices
/gstatsGame statistics

Music Trivia is implemented as /music trivia under the Music category.

Info (13 commands)

CommandDescription
/aboutBot information and credits
/helpCommand help and navigation
/infoServer and bot statistics
/profileYour user profile
/favoritesManage your favorite/liked songs
/historyYour listening history
/global statsGlobal bot statistics
/guild statsGuild-level statistics
/ratingRate the bot
/reportReport a bug or issue
/suggestionsSubmit a suggestion
/privacypolicyView the privacy policy
/termsofservicesView the terms of service

Settings (14 commands)

These commands require Manage Server permission unless otherwise configured.

CommandDescription
/247Toggle 24/7 mode (bot stays in voice channel)
/controlmodeConfigure player control restrictions
/customizeCustomize bot profile (name, avatar) per guild
/djroleSet or remove the DJ role
/languageChange the bot language for this guild
/lastfmConnect, disconnect, or view your Last.fm account
/playercontrolConfigure player button controls
/prefixSet the bot prefix for this guild
/premiumclaimClaim premium for this guild
/premiumunclaimUnclaim premium from this guild
/setupSet up a dedicated song request channel
/statusvoicechannelSet a voice channel for status display
/tempvoicechannelConfigure temporary voice channels
/themesChange the player embed theme

DJ Role

When a DJ role is configured for a guild, music commands are restricted to users who have that role. The following exceptions apply:

  • Bot owner and admins always bypass DJ restrictions.
  • The user who first summoned the bot to the voice channel is treated as DJ.
  • Users alone in the voice channel with the bot are treated as DJ.