Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adivise/nanospace

Erela.js & Discord.js@v14 (Prefix Commands!)
https://github.com/adivise/nanospace

discord discord-bot discord-js-bot discord-js-v14 discord-music-bot discordjs filter lavalink replay

Last synced: 3 months ago
JSON representation

Erela.js & Discord.js@v14 (Prefix Commands!)

Awesome Lists containing this project

README

        

## 📄 READ THIS

**💥 THIS PROJECT WILL BE ARCHIVE NOW**

**[NanoSpacePlus](https://github.com/Adivise/NanoSpacePlus)** (`Use this version is up to date`)

## 📑 Short Feature
- [x] Music System
- [x] Playlists System
- [x] Premium System
- [x] Song Request System
- [x] Custom Prefix
- [x] Multi Language
- [x] Custom Filters
- [x] Easy to use

## 🎶 Support Source
- [x] Youtube
- [x] SoundCloud
- [x] Spotify
- [x] Tidal
- [x] Deezer
- [x] Facebook
- [x] Twitch
- [x] Apple
- [x] Bandcamp
- [x] Vimeo
- [x] Https (Radio)

## 🚨 Have a Problem

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

📎 Requirements [CLICK ME]

## 📎 Requirements

- Node.js+ **[Download](https://nodejs.org/en/download/)**
- Discord Bot Token **[Guide](https://discordjs.guide/preparations/setting-up-a-bot-application.html#creating-your-bot)**
- LavaLink **[Guide](https://github.com/freyacodes/lavalink)** (*Dev Version!* **[Download](https://ci.fredboat.com/repository/downloadAll/Lavalink_Build/9311:id/artifacts.zip)** )
- MongoDB **[Download](https://www.mongodb.com/try/download/community)** (Download & install = Finish!)

## 🛑 Super Requirements

- Java 11-13 **[Download JDK13](http://www.mediafire.com/file/m6gk7aoq96db8g0/file)** (i use this version) for LAVALINK!

## 📚 Installation

```
git clone https://github.com/Adivise/NanoSpace
cd NanoSpace
npm install
```

📄 Configuration [CLICK ME]

## 📄 Configuration

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

```.env
# Bot
TOKEN=REPLACE_HERE
PREFIX=#
NP_REALTIME=true
LEAVE_TIMEOUT=120000
LANGUAGE=en
EMBED_COLOR=#000001

# Dev
OWNER_ID=REPLACE_HERE

# Database
MONGO_URI=mongodb://127.0.0.1:27017/nanospace
LIMIT_TRACK=100
LIMIT_PLAYLIST=10

# Nodes
NODE_HOST=localhost
NODE_PORT=5555
NODE_PASSWORD=123456
```

After installation or finishes all you can use `node .` to start the bot. or `Run Start.bat`

🔩 Features & Commands [CLICK ME]

## 🔩 Features & Commands

> Note: The default prefix is '#'

🎶 **Music Commands!**

- Play (#play, #p, #pplay [song/url])
- Nowplaying (#nowplaying, #np, #now)
- Queue (#queue )
- Repeat (#loop (current, all), #repeat (current, all))
- Loopqueue (#loopall, #lq, repeatall)
- Shuffle (#shuffle, mix)
- Volume control (#vol, #v [10 - 100])
- Pause (#pause, #pa)
- Resume (#resume, #r)
- Skip (#skip, #s)
- Skipto (#skipto, #st [position])
- Clear (#clear)
- Join (#join, #summon)
- Leave (#leave, #dc, #lev, #stop)
- Forward (#forward )
- Seek (#seek )
- Rewind (#rewind )
- Replay (#replay)
- Search (#search [songname])
- 247 (#247)
- Previous (#previous)
- Autoplay (#autoplay)
- PlaySkip (#playskip [song/url])
- SearchSkip (#searchskip [song/url])
- Move (#move [song | position])
- RemoveTrack (#removetrack, #rs, #rt [position])

⏺ **Filter Commands!**
- Bass (#bass)
- Superbass (#superbass, #sb)
- Pop (#pop)
- Treblebass (#treblebass, #tb)
- Soft (#soft)
- Earrape (#earrape, #ear)
- Equalizer (#eq )
- Speed (#speed )
- Picth (#pitch )
- Vaporwave (#vaporwave)
- Nightcore (#nightcore)
- Bassboost (#bassboost, #bb [-10 - 10])
- Rate (#rate)
- Reset (#reset)
- 3d (#3d)
- China (#china)
- Dance (#dance)
- Chipmunk (#chipmunk)
- Darthvader (#darthvader)
- DoubleTime (#doubletime)
- SlowMotion (#slowmotion)
- Tremolo (#tremolo)
- Vibrate (#vibrate)
- Vibrato (#vibrato)
- Daycore (#daycore)
- Television (#Television)
- Jazz (#jazz)

📦 **Playlist Commands!**
- Create (#create [name])
- Add (#add [name] [link])
- Private (#private [name])
- Public (#public [name])
- Delete (#delete [name])
- Import (#import [name])
- Detail (#detail [name])
- Remove (#remove [name] [position])
- Savequeue (#savequeue [name])
- View (#view)

💎 **Premium Commands!**
- Profile (#profile)
- Generate (#generate [plan] [amount])
- Redeem (#redeem [code])
- Unpremium (#unpremium [@mention])
- Setup (#setup)

📑 **Utilities Commands!**
- Restart (#restart, #stopbot)
- Prefix (#prefix [new prefix])
- Language (#language [lang]) // Example: en, hi
- Help (#help, #halp [command])

🖼 Picture [CLICK ME]

## 🖼 Picture & ScreenShots

![see](https://i.imgur.com/xUurYDJ.png)
![see](https://i.imgur.com/hxSCmeP.png)
![see](https://i.imgur.com/P3GNCbQ.png)
![see](https://i.imgur.com/9Plhzar.png)
![see](https://i.imgur.com/k2Sp8zo.png)

👏 Credits [CLICK ME]

## 👏 THANK
- [lavamusic](https://github.com/brblacky/lavamusic)
- [EarTensifier](https://github.com/Tetracyl/EarTensifier)