Open-Source Discord Music Bot
High-quality audio playback, advanced filters, and seamless playlist management.
Built by ApeX Development for the community.
Everything you need for an amazing music experience
Crystal-clear music streaming with Lavalink integration for the best audio experience.
8D, Bassboost, Nightcore, Karaoke, and more audio filters to customize your sound.
Create, save, and manage custom playlists with ease. Your music, your way.
Loop, shuffle, skip, and manage your queue with intuitive controls and buttons.
Persistent music channels, custom prefixes, and configurable settings per server.
Modern Discord slash commands alongside traditional prefix commands for flexibility.
Precise volume adjustment and seek functionality for complete playback control.
Reliable database storage for playlists, settings, and user preferences.
Created by ApeX Development Team
ApeX is an open-source project dedicated to providing a high-quality Discord music bot
experience while helping developers learn and grow. We believe in the power of open source
and community collaboration.
Get started with ApeX in minutes
git clone https://github.com/teamapexofc/ApeX-Music.git
cd ApeX-Music
npm install
Edit config/vars.js with your credentials:
token: "YOUR_BOT_TOKEN"
mongoURL: "mongodb+srv://username:password@cluster.mongodb.net"
owners: ["YOUR_USER_ID"]
nodes: [{
name: "ApeX",
url: "your.lavalink.server:443",
auth: "youshallnotpass",
secure: true
}]
npm start
Your bot should now be online! Invite it to your server using the OAuth2 URL from Discord Developer Portal.
!setup to create a persistent music channel!set-prefix [prefix] to change the command prefix!247 to enable 24/7 mode (bot stays in voice channel)!help to see all available commands!set-prefixComplete list of available commands - Default prefix: !
play - Play a songpause - Pause playbackresume - Resume playbackskip - Skip current songstop - Stop playbackqueue - View queueloop - Toggle loop modevolume - Adjust volumeshuffle - Shuffle queueprevious - Play previous songjoin - Join voice channelleave - Leave voice channelseek - Seek to positionclearqueue - Clear the queue8d - Toggle 8D audiobass - Bassboost filternightcore - Nightcore effectkaraoke - Karaoke modesoft - Soft filterspeed - Change playback speedpop - Pop filterelectronic - Electronic filterearrape - Earrape effectclearfilters - Remove all filtersplaylist-create - Create playlistplaylist-delete - Delete playlistplaylist-load - Load playlistplaylist-show - Show playlistsadd-current - Add current songsetup - Setup music channelset-prefix - Change prefix247 - Toggle 24/7 modeautoplay - Toggle autoplayignore - Ignore channelhelp - Show help menuabout - About the botping - Check bot latencystats - Bot statisticsinvite - Invite the botsupport - Support serverprofile - User profileCommon questions about ApeX Music Bot
ApeX is a completely free and open-source Discord music bot with high-quality audio, advanced filters, and playlist management. It's perfect for anyone who wants a feature-rich music bot for their server.
Yes! ApeX is 100% free and open-source. You can self-host it, modify it, and learn from it. However, you'll need your own hosting, Discord bot token, MongoDB database, and Lavalink server.
ApeX supports YouTube, SoundCloud, Spotify (links only), and many other sources through Lavalink. The quality depends on your Lavalink server configuration.
Absolutely! ApeX is open-source, so you can modify commands, add features, change colors, and customize everything. Check our GitHub for contribution guidelines.
Join our Emoji Server to get all the custom emojis used by ApeX. Perfect for customizing your setup!
Join our Support Server for help with setup, troubleshooting, and general questions. Our community is here to help!
Yes! We welcome contributions. Fork the repository, make your changes, and submit a pull request. Check our GitHub for guidelines.
You can host ApeX on platforms like Replit (with Replit Always On), VPS providers, or dedicated servers. Make sure your hosting solution supports Node.js and has enough resources.