Music bot application for discord using node.js + TypeScript, with support from discord.js library and discord-player.
discord.js Β· discord-player Β· @discordjs/opus Β· ffmpeg
- π Technologies
- β¨ Features
- π Environment
- β¨οΈ Commands
- π¦ Install
- π¨ Build
- π Links
- π License
- π‘ 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.