Music bot application for discord using node.js + TypeScript, with support from discord.js library and discord-player.
- 💡 TypeScript
- 🤖 discord.js
- 🔊 discord-player
- 🔥 Play music from YouTube
- 🎵 Play music from Spotify
- 🎧 Play music from SoundCloud
📝 Create environment variables .env file and add the keys TOKEN - will be the value of your API key - and CLIENT_ID - will be your application ID
TOKEN=your_key
CLIENT_ID=your_id📝 All commands available in playzone bot
| Name | Description | Options |
|---|---|---|
| /exit | Kick the bot from the channel! 🔇 | |
| /help | Show list of commands! 📋 | |
| /pause | Pauses the current song! ⏸️ | |
| /play playlist | Plays a playlist! 🎵 | <url> |
| /play song | Plays a single song! 🎵 | <url> |
| /play search | Searchs for a song and play it! 🎵 | <query> |
| /queue | Show first 10 songs in the queue! 📋 | |
| /resume | Resumes the current song! 🎵 | |
| /skip | Skips the current song! ⏭️ |
📝 Install the dependencies and start the project
npm install
npm run dev📝 Build the application for production
npm run buildThis project is under the MIT license. See the LICENSE file for more details.