https://github.com/andersonsrocha/playzone
π€ Music bot for discord
https://github.com/andersonsrocha/playzone
discord discord-bot nodejs typescript
Last synced: 2 months ago
JSON representation
π€ Music bot for discord
- Host: GitHub
- URL: https://github.com/andersonsrocha/playzone
- Owner: andersonsrocha
- License: mit
- Created: 2022-12-10T16:35:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-25T20:40:23.000Z (over 3 years ago)
- Last Synced: 2025-08-20T05:11:55.990Z (11 months ago)
- Topics: discord, discord-bot, nodejs, typescript
- Language: TypeScript
- Homepage: http://bit.ly/3PjEvZ6
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
π€ Playzone Bot
Music bot application for discord using node.js + TypeScript, with support from [discord.js](https://discord.js.org) library and [discord-player](https://discord-player.js.org).



[discord.js](https://discord.js.org/) Β· [discord-player](https://discord-player.js.org) Β· [@discordjs/opus](https://github.com/discordjs/opus) Β· [ffmpeg](https://ffmpeg.org)
ποΈ Index
- [π Technologies](#-technologies)
- [β¨ Features](#-features)
- [π Environment](#-environment)
- [β¨οΈ Commands](#οΈ-commands)
- [π¦ Install](#-install)
- [π¨ Build](#-build)
- [π Links](#-links)
- [π License](#-license)
## π 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](https://discord.com/developers/applications) of your API key - and CLIENT_ID - will be your application ID
```bash
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! π΅ | \ |
| **/play song** | Plays a single song! π΅ | \ |
| **/play search** | Searchs for a song and play it! π΅ | \ |
| **/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
```bash
npm install
npm run dev
```
## π¨ Build
π **Build** the application for **production**
```bash
npm run build
```
## π Links
- [Discord js](https://discord.js.org)
- [Discord Player](https://discord-player.js.org)
- [Discord js Opus](https://github.com/discordjs/opus)
- [Github](https://github.com/andersonsrocha)
- [LinkedIn](https://www.linkedin.com/in/anderson-silva-a40926192)
## π License
This project is under the MIT license. See the [LICENSE](LICENSE) file for more details.