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:
/setupThe 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
- Log in to the dashboard (opens in a new tab).
- Select your server.
- Navigate to the guild settings.
- Find the Song Request section.
- Enable the feature and select or create a channel.
How It Works
- The bot posts a persistent embed in the configured channel showing the current player state.
- Users type a song name or paste a URL in the channel.
- The bot automatically searches for and queues the track.
- The user's message is deleted after processing.
- 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, PremiumMember- anyone can use the song request channelVoter- must have voted on Top.ggPremium- 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.