Coder Social home page Coder Social logo

discord-broken-disc's Introduction

No Coding Needed Discord Music Bot

Tutorial

Tutorial has been uploaded on YouTube

Watch it by clicking here

Run the projects

Glitch: Remix on Glitch

Heroku: Deploy

Repl: Run on Repl.it

Made with โค๏ธ and JavaScript!

Configuration

Copy or Rename config.json.example to config.json and fill out the values:

{
  "TOKEN": "",
  "YOUTUBE_API_KEY": "",
  "SOUNDCLOUD_CLIENT_ID": "",
  "MAX_PLAYLIST_SIZE": 10,
  "PREFIX": "/",
  "PRUNING": false,
  "STAY_TIME": 30
}

Features & Commands

Note: The default prefix is '/'

  • ๐ŸŽถ Play music from YouTube via url

/play https://www.youtube.com/watch?v=XXX69420

  • ๐Ÿ”Ž Play music from YouTube via search query

/play Faded

  • ๐ŸŽถ Play music from Soundcloud via url

/play https://soundcloud.com/blackknight683/free-moneyz

  • ๐Ÿ”Ž Search and select music to play

/search RickRoll

Reply with song number or numbers seperated by comma that you wish to play

Examples: 1 or 1,2,3

  • Play youtube playlists via url

/playlist https://www.youtube.com/watch?v=Your_QuErRy_hErE

  • ๐Ÿ”Ž Play youtube playlists via search query

  • Now Playing (/np)

  • Queue system (/queue, /q)

  • Loop / Repeat (/loop)

  • Shuffle (/shuffle)

  • Volume control (/volume, /v)

  • Lyrics (/lyrics, /ly)

  • Pause (/pause)

  • Resume (/resume, /r)

  • Skip (/skip, /s)

  • Skip to song # in queue (/skipto, /st)

  • Remove song # from queue (/remove, /rm)

  • Toggle pruning of bot messages (/pruning)

  • Help (/help, /h)

  • Command Handler from discordjs.guide

  • Media Controls via Reactions

๐Ÿค Contributing

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/your-username/Broken-Disc.git
  3. Create your feature branch: git checkout -b my-new-feature
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request

๐Ÿ“ Credits

@iCrawl For the queue system used in this application which was adapted from @iCrawl/discord-music-bot

@eritislami For the advanced search system used in this application which was adapted from @eritislami/evobot

discord-broken-disc's People

Contributors

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