All Projects → Jeelanga → Jeelangamusic

Jeelanga / Jeelangamusic

Licence: other
Discord bot with music functional. Play, skip, save music and etc!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Jeelangamusic

Distube
A Discord.js v12 module to simplify your music commands and play songs with audio filters on Discord without any API key. Support YouTube, SoundCloud, Bandcamp, Facebook, and 700+ more sites
Stars: ✭ 73 (+82.5%)
Mutual labels:  discord-bot, music, discord, youtube
Discord.js Musicbot Addon
This DOES NOT WORK any more. This repo only serves as an archive for is anyone wants to pickup my work. You may still join the discord however.
Stars: ✭ 109 (+172.5%)
Mutual labels:  discord-bot, music, discord, youtube
Botify
Discord bot that plays Spotify tracks and YouTube videos or any URL including Soundcloud links and Twitch streams
Stars: ✭ 86 (+115%)
Mutual labels:  discord-bot, music, discord, youtube
Pvpcraft
PvPCraft Discord bot
Stars: ✭ 29 (-27.5%)
Mutual labels:  discord-bot, music, discord
Automod Bot
Fun moderation economy bot discord.js
Stars: ✭ 41 (+2.5%)
Mutual labels:  discord-bot, music, discord
Clinet
Official repository for Clinet, a Discord bot intended for assistance and control within your guilds.
Stars: ✭ 28 (-30%)
Mutual labels:  discord-bot, discord, youtube
Musicbot
🎶 A Discord music bot that's easy to set up and run yourself!
Stars: ✭ 1,109 (+2672.5%)
Mutual labels:  discord-bot, music, youtube
Misaki
Misaki is Discord Bot designed for communities with commands ranging from gif based anime reactions, to head scratching trivia commands.
Stars: ✭ 78 (+95%)
Mutual labels:  discord-bot, music, discord
Pengubot
Official PenguBot GitHub Repository
Stars: ✭ 98 (+145%)
Mutual labels:  discord-bot, music, discord
Discord Bot
A discord bot that can play music, moderate, log events and more
Stars: ✭ 127 (+217.5%)
Mutual labels:  discord-bot, music, discord
Discord Musicbot
Very simple discord music bot with the discord.js with Song Name playing. It can able to play music with the song name
Stars: ✭ 148 (+270%)
Mutual labels:  discord-bot, music, discord
Discord Player
🎧 Complete framework to simplify the implementation of music commands using discords.js v12
Stars: ✭ 161 (+302.5%)
Mutual labels:  music, discord, youtube
Master Bot
A Discord music bot with playlist support, music quiz, saved playlists, lyrics, gifs and more
Stars: ✭ 204 (+410%)
Mutual labels:  discord-bot, music, discord
Music Bot
Simple music bot with a full-blown queue system that is easy to understand
Stars: ✭ 102 (+155%)
Mutual labels:  discord-bot, music, discord
Octave
Discord bot written in Java and Kotlin using JDA.
Stars: ✭ 156 (+290%)
Mutual labels:  discord-bot, music, discord
Focabot
Music with seals!
Stars: ✭ 19 (-52.5%)
Mutual labels:  discord-bot, music, discord
Automuteus
Discord Bot to automute Among Us players at round transitions, in conjunction with https://github.com/denverquane/amonguscapture
Stars: ✭ 852 (+2030%)
Mutual labels:  discord-bot, discord
Discord Channel Moderator
Discord Moderation Bot that helps you restrict certain things such as commands, links.. in channels where they were not allowed. Script is Node.js based using discord.js
Stars: ✭ 27 (-32.5%)
Mutual labels:  discord-bot, discord
Deku
Multi-purpose discord bot built with discord.js
Stars: ✭ 13 (-67.5%)
Mutual labels:  discord-bot, discord
Fs0c13ty Bot
🤖 A discord bot made to help you in moderation.
Stars: ✭ 24 (-40%)
Mutual labels:  discord-bot, discord

mika

GitHub license Github all releases GitHub stars GitHub watchers GitHub issues GitHub issues-closedRun on Repl.it

Mika is a simple Discord bot for music

Commands

prefix: m! | Command | Description | | ------ | ------ | | play | play a youtube video | | leave | leave channel | | loop | repeat playlist or song | | nowplaying | Display actual music | | pause | set stream on pause | | queue | display songs | | resume | set stream on resume | | skip | skip music | | skipto | skipc music | | volume | change volume | | remove | remove music from playlist | | seek | set seek |

play

exemple play

nowplaying

exemple play

help

exemple play

Install

git clone https://github.com/LWJerri/mika.git
cd mika
npm install

create credentials.js and change DISCORD_TOKEN value by the token of your bot, and YOUTUBE_TOKEN value by your Youtube Data v3 API KEY.

module.exports = {
  DISCORD_TOKEN: '[your crazy token]',
  YOUTUBE_TOKEN: '[your crazy token]',
};

Start bot

npm start

Optional packages

  • zlib-sync for WebSocket data compression and inflation (npm install zlib-sync)
  • erlpack for significantly faster WebSocket data (de)serialisation (npm install discordapp/erlpack)
  • One of the following packages can be installed for faster voice packet encryption and decryption:
    • sodium (npm install sodium)
    • libsodium.js (npm install libsodium-wrappers)
  • bufferutil for a much faster WebSocket connection (npm install bufferutil)
  • utf-8-validate in combination with bufferutil for much faster WebSocket processing (npm install utf-8-validate)

troubleshooting

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].