Skip to content

andersonsrocha/playzone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– Playzone Bot

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

πŸ—’οΈ Index

πŸš€ Technologies

  • πŸ’‘ TypeScript
  • πŸ€– discord.js
  • πŸ”Š discord-player

✨ Features

  • πŸ”₯ Play music from YouTube
  • 🎡 Play music from Spotify
  • 🎧 Play music from SoundCloud

πŸ“‘ Environment

πŸ“ 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

⌨️ Commands

πŸ“ 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

πŸ“ Install the dependencies and start the project

npm install
npm run dev

πŸ”¨ Build

πŸ“ Build the application for production

npm run build

πŸ”— Links

πŸ“ License

This project is under the MIT license. See the LICENSE file for more details.

Releases

No releases published

Packages

No packages published