Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/greenbotdevelopment/green-bot

🎧 Green-bot is a powerfull discord music bot used in 700k servers!
https://github.com/greenbotdevelopment/green-bot

bot discord discord-bot discord-js discord-music-bot discordjs green-bot music-bot nodejs open-source

Last synced: 3 days ago
JSON representation

🎧 Green-bot is a powerfull discord music bot used in 700k servers!

Awesome Lists containing this project

README

        

Green bot

Green-bot


If you liked this repository, feel free to leave a star ⭐ and follow me, it supports me a lot! Thanks you!



Green-bot is a Free Discord Music bot that can play music right into your discord server! The bot does not support youtube, deezer or spotiy.






🧷 Links








**πŸš€ Bot features**

+ Dj system

+ Unlimited use of audio filters

+ Bassboost, nightcore, karaoke, vaporwave, earrape & More
+ Easy to use

+ Easy configuration

+ Autoplay

+ 24/7 music

+ Songs request channel

+ Highly configurable

+ Remove duplicates tracks

+ Easy to setup




**πŸ“ Installation**

Note:
- If you need help with the installation, you can join our [Discord Server](https://discord.gg/Q5QSbAHaXB).
- The code isn't the same as production, this version is made to learn people how it works but it's not the same as Green-Bot.

Before you start, please consider that if you want to self-host this bot for personal use you should purchase a custom bot. Installation is not beginner friendly.

And yes, it's same for replit.

You are looking for the All-in-One bot? [Click here](https://github.com/GreenBotDeveloppement/Green-bot/tree/multipropose)

Before starting, make you sure you have a mongoDB database (it's free) and nodejs v16.

You will need to start a lavalink server and complete the informations in the config.js files.

[Guide: How to start and create a lavalink server](https://dsharpplus.github.io/articles/audio/lavalink/setup.html)

Once your server is ready go in the `config.js` file and add a node.

```js
lavalink: [
{ name: "node", url: "IP:PORT", auth: "LAVALINK_PASSWORD" },
],
```

⚠ Please make sure that you are using the same informations as provided in the `application.yml` file

__Step 1.__

Install NodeJS on your computer or on your vps. https://nodejs.org. You MUST have NodeJs 16 or an higher version.
Then, download the files and open them with Visual Studio code (code.visualstudio.com). Then press `Crtl + shift + ΓΉ` or click on "new terminal", on the top bar.

__Step 2.__
When your terminal is created, write `npm install` in your terminal to download all the modules.
⚠ the bot won't work if you don't italian the modules!
If you encounter any error, make you sure that you have the latest version of nodejs or ask in the discord server.

__Step 3.__
When the modules have been downloaded and a `node_modules` directory has been created, go to the `config.ts` file in the `src` folder and setup the bot.
You can find some comments about every setting.

__Step 4.__

Re-open your terminal and write `tsc --build` to build the files, you need to do it for every change.

Now, you can start the bot by pressing `F5` or putting `npm run start` in the terminal.

__Step 5.__
Enjoy your bot !