Coder Social home page Coder Social logo

mizowen / lunox Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adh319/lunox

0.0 0.0 0.0 460 KB

Simply powerfull Discord Music Bot that used Poru Lavalink client & DiscordJS v14

Home Page: https://adheridwan.me/Lunox/

License: MIT License

JavaScript 100.00%

lunox's Introduction

Version Contributors Forks Watchers Stargazers Issues MIT License

๐Ÿ“’ Table of Contents

Features โ€ข Screenshots โ€ข Requirements โ€ข Installation โ€ข Configuration & Starting โ€ข License โ€ข Credits โ€ข Support Me โ€ข Special Thanks โ€ข Contributors

๐Ÿ“ข Features

  • โ˜‘๏ธ Used Poru v4 Lavalink Client [Latest]
  • โ˜‘๏ธ Slash Commands
  • โ˜‘๏ธ Prefix Commands [Owner Only]
  • โ˜‘๏ธ Dev/Maintenance Mode System [Owner Only]
  • โ˜‘๏ธ Music System
  • โ˜‘๏ธ Configurable Premium System [You can enable/disable it]
  • โ˜‘๏ธ Custom Filters [8D, EarRape, Nighcore, Slowmode, Vaporwave] More? [Deal With It]
  • โ˜‘๏ธ 24/7 in Voice Channel
  • โ˜‘๏ธ AutoPlay [YouTube Only]
  • โ˜‘๏ธ Clean UI
  • โ˜‘๏ธ Easy to use
  • โ˜‘๏ธ And Many More...!

๐Ÿ–ผ๏ธ Screenshots

Here are some screenshots from my bot (Screenshots may not look the same coz i had modify it on my bot).

๐ŸŽต Supported Platforms

  • โ˜‘๏ธ Youtube
  • โ˜‘๏ธ Youtube Music
  • โ˜‘๏ธ Apple Music [Link only]
  • โ˜‘๏ธ Deezer [Link only]
  • โ˜‘๏ธ Spotify [Link only]
  • โ˜‘๏ธ SoundCloud
  • โ˜‘๏ธ Twitch
  • โ˜‘๏ธ Bandcamp
  • โ˜‘๏ธ Vimeo
  • โ˜‘๏ธ Local Files
  • โ˜‘๏ธ Https [Radio]

๐Ÿ“Œ Requirements

  • Node.js v18 or higher
  • MongoDB v5.0.x or higher [For Local Database]
  • Java 17 or higher
  • Discord Bot Token Guide
  • LavaLink v3.7.x Guide *Currently Lavalink v4.0.0 Not Supported

๐ŸŽถ More Support Audio Platforms

โ˜‘๏ธ LavaSrc

  • Spotify [ spsearch ]
  • Deezer [ dzsearch ]
  • Apple Music [ amsearch ]
  • Yandex Music [ ymsearch ]

โ˜‘๏ธ skybot-lavalink-plugin

  • Mixcloud
  • Ocremix
  • Clyp
  • Reddit
  • Getyarn
  • TikTok
  • Po*nHub
  • Soundgasm

๐Ÿ“ Installation

git clone https://github.com/adh319/Lunox.git
cd Lunox
npm install

๐Ÿš€ Configuration & Starting

Rename .env.example to .env and fill out these values. You can find the details on /src/settings/config.js and make configration there too (you choose):

#########################################
## SEE THE DETAILS ON "/SRC/SETTINGS/CONFIG.JS" FILE ##
## DON'T LEAVE ANY OPTION BELOW EMPTY ##
#########################################

#BOT DETAILS
TOKEN = #Your bot token
PREFIX = #Your bot prefix
EMBED_COLOR = #Your bot embed color
OWNER_ID = #Your discord id
GUILD_LOGS = #Your guild channel id for logs
LEAVE_TIMEOUT = 60000 #Time in ms to leave the voice channel after the last user leaves
DISABLE_PREMIUM = false #Disable premium system

#PORU DETAILS
DEFAULT_PLATFORM = ytmsearch #recomended using "ytmsearch". You can change this to: "ytsearch" / "ytmsearch" / "scsearch". More Audio Source? Use Lavasrc plugin.LavaSrc plugin
SPOTIFY_ID = #Spotify client id
SPOTIFY_SECRET = #Spotify client secret
NODE_NAME = Lunox #Name of the lavalink, could be anything
NODE_HOST = localhost #Host of the lavalink
NODE_PORT = 2333 #Port of the lavalink
NODE_PASSWORD = youshallnotpass #Password of the lavalink
NODE_SECURE = false #If the lavalink is using ssl use "true"

#LINK DETAILS
MONGO_URI = #Your mongodb uri (mongodb+srv://<username>:<password>@<db_cluster_url>/<db_name>)
SUPPORT_URL = #Your support server invite link
INVITE_URL = #Your bot invite link
IMAGE_URL = #Any direct image link

After installation & finished all needed configuration, you can start the bot by either using npm start or node src/index.js.

๐Ÿ” Licensed

Distributed under the MIT License. See LICENSE for more information.

๐Ÿ’ Support Me

Also make sure to give a โญ to this project if you like it ๐Ÿ˜‰!

๐Ÿ™๐Ÿป Special Thanks

๐Ÿ‘ฅ Contributors

I really appreciated if you guys can contribute to this project. So don't hesitate to make a pull request if you guys has any suggestions, fixing bugs or want to add more features.

lunox's People

Contributors

adh319 avatar unf6 avatar enour3192 avatar cacaarmelita avatar peter3431 avatar ukcai696969 avatar gamer50082 avatar msn-95 avatar lucasb25 avatar xaarii avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.