Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adivise/disspacex

Distube & Discord.JS@v14 (Slash Commands!)
https://github.com/adivise/disspacex

discord discord-bot discord-js-bot discord-js-v14 distube filters musicbot musicbotdiscord soundcloud spotify youtube

Last synced: about 11 hours ago
JSON representation

Distube & Discord.JS@v14 (Slash Commands!)

Awesome Lists containing this project

README

        







## 📑 Feature
- [x] Music System
- [x] Filters System
- [x] AutoComplete (Play, PlaySkip, PlayTop)
- [x] Song Request Channel
- [x] Context Message Menu
- [x] Message Button
- [x] Database (Json)
- [x] Easy to use

## 🎶 Support Source
- [x] Youtube
- [x] SoundCloud
- [x] Spotify

## 🚨 Have a Problem

✈ Join Discord: [NanoSpace ♪♪](https://discord.gg/SNG3dh3MbR)
mention me in chat #general or #javascript and ask problem okay! 👌

## 🛑 Requirements

Node.js **[Download](https://nodejs.org/dist/v17.0.1/node-v17.0.1-x64.msi)**

Discord Bot Token **[Guide](https://discordjs.guide/preparations/setting-up-a-bot-application.html#creating-your-bot)**

## 💌 Installation

```
git clone https://github.com/Adivise/DisSpaceX
cd DisSpaceX
npm install
```
After installation finishes you can use `node .` to start the bot. or `Run Start.bat`

## 📚 Configuration

Copy or Rename `.env.example` to `.env` and fill out the values:

```.env
TOKEN=REPLACE_HERE
OWNER_ID=REPLACE_HERE
EMBED_COLOR=#000001
```

## 📄 Features & Commands

> Note: The default prefix is '/'

💬 **Context Menu**
- Play (Right-Click & Apps > Context | Play)
- Skip (Right-Click & Apps > Context | Skip)
- Stop (Right-Click & Apps > Context | Stop)
- Shuffle (Right-Click & Apps > Context | Shuffle)
- Loop (Right-Click & Apps > Context | Loop)

🎶 **Music Commands!**
- Play (/play [song/url])
- Nowplaying (/music nowplaying)
- Queue (/music queue [page])
- Repeat (/music loop)
- Loopqueue (/music loopqueue)
- Shuffle (/music shuffle)
- Volume control (/music volume [10 - 100])
- Pause (/music pause)
- Resume (/music resume)
- Skip (/music skip)
- Skipto (/music skipto [position])
- ClearQueue (/music clearqueue)
- Join (/music join)
- Leave (/music leave)
- Forward (/music forward [second])
- Seek (/music seek [second])
- Rewind (/music rewind [second])
- Replay (/music replay)
- 247 (/music 247)
- Previous (/music previous)
- Autoplay (/music autoplay)
- Move (/music move [song] [position])
- Remove (/music remove [song])
- PlaySkip (/music playskip [song/url])
- PlayTop (/music playtop [song/url])

⏺ **Filter Commands!**
- Vaporwave (/filter vaporwave)
- Earwax (/filter earwax)
- Nightcore (/filter nightcore)
- 3d (/filter 3d)
- Echo (/filter echo)
- Flanger (/filter flanger)
- Gate (/filter gate)
- Haas (/filter hass)
- Karaoke (/filter karaoke)
- Mcopand (/filter mcopand)
- Phaser (/filter phaser)
- Reverse (/filter reverse)
- Surround (/filter surround)
- Tremolo (/filter tremolo)
- Bassboost (/filter bassboost)
- Earrape (/filter earrape)
- Custom (/filter custom [args])
- Reset (/filter reset)

📑 **Utilities Commands!**
- Help (/help)
- Invite (/utilities invite)
- Restart (/utilities restart)
- Setup (/utilities setup)