Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Adivise authored Feb 19, 2022
1 parent 03fbe70 commit 7aed190
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
## 📑 Short Feature
- [x] Music
- [x] Playlists System
- [x] Premium System
- [x] Custom Prefix
- [x] Multi Language (70%)
- [x] SlashCommand
- [x] Custom Filters
- [x] Easy to use
Expand Down Expand Up @@ -72,12 +74,13 @@ TOKEN=REPLACE_HERE
PREFIX=#
NP_REALTIME=true
LEAVE_TIMEOUT=120000
LANGUAGE=en
# Devloper
OWNER_ID=REPLACE_HERE
# Database
MONGO_URI=mongodb://127.0.0.1:27017/playlist
MONGO_URI=mongodb://127.0.0.1:27017/nanospace
LIMIT_TRACK=100
LIMIT_PLAYLIST=10
Expand All @@ -102,6 +105,11 @@ module.exports = {

NP_REALTIME: process.env.NP_REALTIME || "BOOLEAN", // "true" = realtime, "false" = not realtime :3 // WARNING: on set to "true" = laggy
LEAVE_TIMEOUT: parseInt(process.env.LEAVE_TIMEOUT || "120000"), // leave timeout default "120000" = 2 minutes // 1000 = 1 seconds

LANGUAGE: {
defaultLocale: process.env.LANGUAGE || "en", // "en" = default language
directory: resolve("languages"), // <= location of language
},

DEV_ID: [], // if you want to use command bot only, you can put your id here // example: ["515490955801919488", "543595284345782296"]

Expand Down Expand Up @@ -180,6 +188,7 @@ After installation or finishes all you can use `node .` to start the bot. or `Ru
- Tremolo (#tremolo)
- Vibrate (#vibrate)
- Vibrato (#vibrato)
- Daycore (#daycore)

📦 **Playlist Commands!**
- Create (#create [link] [name]) <= Work all link? use same name to add! went your have!
Expand Down

0 comments on commit 7aed190

Please sign in to comment.