Git Product home page Git Product logo

discord-music-bot's Introduction

discord-music-bot

What?

A bare-bones Discord bot for playing music in voice channels.

Commands:

Command Description
]] <youtube link> Plays the video
]] skip Skips the current song

Why?

Why not?

How?

  1. Create a new Discord application at Discord's developer portal.
  2. Create a bot user for your application and get the bot token (not the client secret).
  3. Create an OAuth URL for your bot with scope as "bot" and voice-related permissions. (Redirect URL is not necessary)
  4. Enable "Developer Mode" in Appearance settings in the Discord application. Right click on the voice channel you want the bot to join and copy its channel ID.
  5. Edit config.py. DISCORD_KEY is the bot token and DISCORD_CHANNEL is the channel ID.
  6. Clone this repository.
  7. Run: docker built -t musicbot . from inside this repository.
  8. docker run musicbot will start your bot.
  9. You can use the -d option on docker run to make it run as a background process.

Things to do

  • Proper queue management
  • Permissions system
  • Search and suggestions

discord-music-bot's People

Contributors

xrisk avatar

Watchers

James Cloos 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.