diwasatreya / Lofi-Radio

It is a discord music bot which can play lo-fi song 24/7 & more functions of lofi radio bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Pbot-plus

Lofi Radio

It is a discord music bot which can play lo-fi song 24/7 & more functions of lofi radio bot

Report Bug · Request Feature

🌟 Functions

  • Radio Mode
  • 24/7 VC
  • Music Collection
  • Dj Roles
  • Slash Command
  • Stations
  • Profile Card
  • Sleep Timer

🎛️ Requirement

  • Nodejs v16+
  • Java v13 (for lavalink server)
  • yarn npm i -g yarn

⚙️ Installation

Fill all requirement in src/config.js or .env

yarn

For install all dependencies use

yarn

To start your bot

yarn start

OR DO THIS INSTEAD

Npm

For install all dependencies use

npm install

To start your bot

node src/index.js 

For replit: Open Hidden Files => Goto replit.nix and copy these and paste in that file

Run on Repl.it

{ pkgs }: {
  deps = [
  pkgs.libuuid
  	pkgs.nodejs-18_x
  pkgs.nodePackages.typescript-language-server
  pkgs.yarn
  pkgs.replitPackages.jest
  ];
env = { LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [pkgs.libuuid];  };
}
  • You can download all the emoji of this bot from Here (Changing Emoji will be little complex for you)

If you liked this repository, feel free to leave a star ⭐ to help promote !


🖼️ Screenshots



Note

This bot base on the lofi-radio(verified) discord bot which is in nearby 850k server & this is not official code of that bot. Also, you don't have permission to make public bot using this code!. The logo, emojis & colors are all copied from Lofi Radio Discord Bot. <3


💌 Support Server


Custom Discord Bot

If you want bot more advance than this then you can order!

About

It is a discord music bot which can play lo-fi song 24/7 & more functions of lofi radio bot

License:Apache License 2.0


Languages

Language:JavaScript 100.0%