Getting Started
Song Request Channel

Song Request Channel

Meww.me supports a dedicated song request channel where users can paste a link or type a song name directly in the channel to queue music without using slash commands.

Setting Up

Via Slash Command

Use the /setup command in any text channel:

/setup

The bot will create a dedicated song request channel (or use the current one) with a persistent embed. Users can then type song names or paste URLs directly in this channel.

Via Dashboard

  1. Log in to the dashboard (opens in a new tab).
  2. Select your server.
  3. Navigate to the guild settings.
  4. Find the Song Request section.
  5. Enable the feature and select or create a channel.

How It Works

  1. The bot posts a persistent embed in the configured channel showing the current player state.
  2. Users type a song name or paste a URL in the channel.
  3. The bot automatically searches for and queues the track.
  4. The user's message is deleted after processing.
  5. The persistent embed updates to show the new queue state.

Access Control

The Song Request feature can be gated behind a voting or premium requirement using DASHBOARD_ACCESS:

DASHBOARD_ACCESS:
  SongRequest: ["Voter"]    # Options: Member, Voter, Premium
  • Member - anyone can use the song request channel
  • Voter - must have voted on Top.gg
  • Premium - premium users only

Removing the Setup

To remove the song request channel, use /setup again and select the option to disable it, or delete the channel manually. The bot will clean up the configuration.

Notes

  • The bot needs Manage Messages permission in the song request channel to delete user messages after processing.
  • The bot needs Send Messages and Embed Links permissions for the persistent embed.
  • Only one song request channel can be active per guild.