Git Product home page Git Product logo

discord-music-bot's Introduction

Discord Music Bot

A music bot written in discord.py using youtube-dl and asyncio.

Music commands

join
  aliases: j, connect
  joins the user's current voice channel
volume <optional value 0-100>
  aliases: v, vol
  display current volume
  changes volume to: volume <0-100>
remove <position>
  aliases: r, rem, rm
  removes song in queue position
queue
  aliases: q, playlist, que
  displays the song queue
nowplaying
  aliases: np, song, current, currentsong, playing
  displays current song
play <search or URL>,
  aliases: p, sing 
  enqueues a song based on key words or a link
  queues a playlist from a link
skip 
  aliases: s, next
  skips to the next song in queue
clear
  aliases: clr, cl, cr
  clears the entire queue
shuffle
  aliases: sf
  randomizes the queue
move <songnumber, newposition>
  aliases: m
    e.g, ??move 5,3 
    e.g. ??move 5 to 3
  moves one song in queue to a specified position
loop
  aliases: l
  toggles the function to keep playing the same song

User-favourite's commands

This bot uses mongodb to store unique user playlists. These can be modified and played through discord.

favourite <search or URL>
  aliases: f, fav
  Adds a song to the user's favourites list based on the keywords or URL
  playlists are unsupported
favourites
  aliases: fs, favs
  displays user's favourite songs
removefavourite <song number>
  aliases: rf, removefav, remfav
  removes song at index <song number> from the user's favourites
playfavourites <range>
  aliases: pf, playfav
  plays specified songs from favourites list
  <range>
    e.g. ??pf all or ??pf a
      plays all songs on the favourites list
    e.g. ??pf 2
      plays song that matches the index 2
    e.g. ??pf 1,5
      plays all songs from 1 to 5

discord-music-bot's People

Contributors

kylezhao101 avatar

Watchers

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