Skip to content

🟢 Un bot open source ou tout le monde peut faire avancer le développement

License

Notifications You must be signed in to change notification settings

thebigwolfy/Green-bot

 
 

Repository files navigation

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 who supports Youtube, SoundCloud, Spotify and http links!


🧷 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.

And yes, it's same for replit.

You are looking for the All-in-One bot? Click here

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

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

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 this doesnt works 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 send 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 !

About

🟢 Un bot open source ou tout le monde peut faire avancer le développement

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%