Giter Club home page Giter Club logo

genisys_musicbot's Introduction

Genisys Musicbot

Description

Genisys MusicBot is a simple and fun bot that can play music from YouTube on your Discord server. It uses Discord.js, Discord-player, ytdl and ffmpeg to stream audio and handle commands. You can search for songs by name, URL or playlist, control the playback with basic commands like play, pause, skip, queue and volume, and enjoy some cool features like search and bassboost.

This project was created as a hobby and may or may not be maintained in the future. Feel free to fork it, modify it or contribute to it if you find it useful or interesting.

Currently the only supported language for the bot is German

Installation

To run this bot, you need to have Node.js and npm installed on your system. You also need to create a Discord application and a bot account on the Discord developer portal and get your bot token.

Clone this repository and install the dependencies with:

$ git clone https://github.com/Jojo10011/genisys_musicbot.git
$ cd genisys_musicbot
$ npm i

Next, rename the config.example.js file to config.js and fill in your bot token and other options.

module.exports = {
    // Discord Bot-token
    token: '<Token>',
    // Playing activity of the bot
    playing: 'deine Musikwünsche 🎵',
    // Bot Name in Embeds
    botName: 'Genisys 📻',
    // Bot Color in Embeds (Hex) (Default: #9600ff (Purple))
    botColor: '#9600ff',
    // Max Volume of the Player
    maxVolume: 100,
    // Default Volume of the Player
    defaultVolume: 75,
    // Settings for the Discord-Player
    discordPlayer: {
        ytdlOptions: {
            quality: 'highestaudio',
            highWaterMark: 1 << 25
        }
    }
};

Usage

Start the bot with:

$ npm run start

Invite the bot to a server and run /help to get more info on how to use the bot.

License

This repository is licensed under an MIT License


genisys_musicbot's People

Contributors

jojo10011 avatar

Watchers

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