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:
| Level | Who Can Use |
|---|---|
Owner | Bot owner only (OWNER_ID) |
Admin | Bot admins (ADMIN array) |
Manager | Users with Manage Server permission |
Premium | Premium users only |
Voter | Users who voted on Top.gg |
Member | Everyone (default) |
COMMANDS_ACCESS:
MUSIC:
Play: ["Member"]
MusicTrivia: ["Member"]
FILTER:
Nightcore: ["Member"]
# ...Music (25 commands)
| Command | Description |
|---|---|
/play | Play a track or add it to the queue. Supports URLs and search queries |
/playnext | Add a track to play immediately after the current one |
/search | Search for tracks with an interactive selection menu |
/pause | Pause the current track |
/resume | Resume playback |
/stop | Stop playback and clear the queue |
/skip | Skip the current track |
/skipto | Skip to a specific position in the queue |
/previous | Play the previous track |
/seek | Seek to a specific timestamp in the current track |
/forward | Fast-forward the current track |
/rewind | Rewind the current track |
/replay | Replay the current track from the beginning |
/nowplaying | Show the currently playing track with progress bar |
/queue | Show the current queue |
/clearqueue | Remove all tracks from the queue |
/remove | Remove a specific track from the queue |
/shuffle | Shuffle the queue |
/loop | Set loop mode (off, track, or queue) |
/autoplay | Toggle autoplay (auto-queue related tracks) |
/volume | Adjust playback volume (1–100) |
/lyrics | Show lyrics for the current or a specified track |
/join | Join your voice channel |
/forcejoin | Force the bot to join a specific voice channel |
/music trivia | Start 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.
| Command | Effect |
|---|---|
/3d | Eight-dimensional spatial audio |
/bass | Enhanced bass frequencies |
/bassboost | Adjustable bass boost (low, medium, high) |
/china | Chinese-style audio effect |
/chipmunk | High-pitched chipmunk voice |
/darthvader | Low-pitched Darth Vader voice |
/daycore | Slowed-down with reverb (opposite of nightcore) |
/doubletime | Double playback speed |
/earrape | Maximum volume distortion |
/equalizer | Custom 15-band equalizer with presets |
/karaoke | Vocal reduction for karaoke |
/nightcore | Sped up with higher pitch |
/pitch | Adjust pitch (0.5–2.0) |
/pop | Pop-optimized equalizer preset |
/rate | Adjust playback rate |
/reset | Remove all active filters |
/slowmotion | Reduced playback speed |
/soft | Softer, muted audio profile |
/speed | Adjust playback speed (0.5–2.0) |
/superbass | Extreme bass enhancement |
/television | Television speaker simulation |
/treblebass | Enhanced treble and bass |
/tremolo | Oscillating volume effect |
/vaporwave | Slowed and pitched down with reverb |
/vibrate | Vibration audio effect |
/vibrato | Oscillating pitch effect |
Playlist (10 commands)
| Command | Description |
|---|---|
/playlist create | Create a new empty playlist |
/playlist delete | Delete a playlist |
/playlist all | List all your playlists |
/playlist info | Show playlist metadata |
/playlist detail | Show all tracks in a playlist |
/playlist add | Add a track to a playlist |
/playlist remove | Remove a track from a playlist |
/playlist editor | Interactive playlist editor |
/playlist import | Import a Spotify playlist |
/savequeue | Save the current queue as a new playlist |
Games (12 commands + Music Trivia)
| Command | Description |
|---|---|
/2048 | The classic 2048 sliding puzzle |
/connect4 | Connect Four against another player |
/findemoji | Find the matching emoji |
/flood | Flood fill color game |
/hangman | Classic hangman word guessing |
/matchpairs | Memory card matching game |
/minesweeper | Minesweeper grid game |
/rockpaperscissors | Rock Paper Scissors |
/slots | Slot machine |
/tictactoe | Tic Tac Toe against another player |
/trivia | General knowledge trivia |
/wordle | Wordle word guessing game |
/wouldyourather | Would You Rather choices |
/gstats | Game statistics |
Music Trivia is implemented as /music trivia under the Music category.
Info (13 commands)
| Command | Description |
|---|---|
/about | Bot information and credits |
/help | Command help and navigation |
/info | Server and bot statistics |
/profile | Your user profile |
/favorites | Manage your favorite/liked songs |
/history | Your listening history |
/global stats | Global bot statistics |
/guild stats | Guild-level statistics |
/rating | Rate the bot |
/report | Report a bug or issue |
/suggestions | Submit a suggestion |
/privacypolicy | View the privacy policy |
/termsofservices | View the terms of service |
Settings (14 commands)
These commands require Manage Server permission unless otherwise configured.
| Command | Description |
|---|---|
/247 | Toggle 24/7 mode (bot stays in voice channel) |
/controlmode | Configure player control restrictions |
/customize | Customize bot profile (name, avatar) per guild |
/djrole | Set or remove the DJ role |
/language | Change the bot language for this guild |
/lastfm | Connect, disconnect, or view your Last.fm account |
/playercontrol | Configure player button controls |
/prefix | Set the bot prefix for this guild |
/premiumclaim | Claim premium for this guild |
/premiumunclaim | Unclaim premium from this guild |
/setup | Set up a dedicated song request channel |
/statusvoicechannel | Set a voice channel for status display |
/tempvoicechannel | Configure temporary voice channels |
/themes | Change 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.