Giter Site home page Giter Site logo

music-bot's Introduction

music-bot

A bot that can play music! It's as simple as it sounds.

Config

If you are self-hosting this bot, you need to do some configuration:

  • You will need to have a YTDLP binary installed for this to work, you can get one here.
  • Once you configure (below), you have to bootstrap the SQLite3 database using npm run bootstrap.
  • Then, you can run /deploy to deploy all of the slash commands to the bot.

Here is an example config.json (needs to be in the root folder of the project):

{
    "token": "Your discord bot token",
    "development": {
        "application_id": "Your application ID",
        "guild_id": "Your guild"
    },
    "youtube": {
        "api_key": "Youtube API key",
        "binary_path": "Absolute path to YTDLP"
    },
    "database": {
        "path": "database.db"
    },
    "style": {
        "name": "Bot name",
        "engine": {
            "name": "Engine name",
            "version": "1.0",
            "image": "Engine URL"
        },
        "colors": {
            "primary": 16705372,
            "error": 15548997
        }
    }
}

Extra features

This bot can also:

  • Generate memes with the /meme command
  • Oobinate (change all vowels of a word to oob) with the /oob command
  • More dumb stuff I will later

music-bot's People

Contributors

struck713 avatar

Watchers

 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.