yude / MusicBot

🎶 A Discord music bot that's easy to set up and run yourself!

Home Page:https://jmusicbot.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

このフォークについて

このフォークは、オリジナルの JMusicBot に、以下の変更が加えられています。

  • Docker のセットアップ
  • 日本語化

インストール

  1. サーバー上に適当なディレクトリを作成します。
  2. data/config.txtconfig.sample.yml の内容をペーストし、適切な値を設定してください。
  3. docker-compose.yaml に以下の内容をペーストします。
version: '3'
services:
  app:
    restart: always
    image: ghcr.io/yude/musicbot:master
    volumes:
      - "./data:/app"
  1. Discord Developer Portal のボットの設定画面で、以下の項目を有効にします。
  • Server Messages Intent
  • Message Content Intent
  1. docker-compose up -d を実行します。

アップデート

  • このフォーク リポジトリの更新を適用するには、以下の手順を踏んでください。
  1. docker-compose pull を実行します。
  2. docker-compose up -d --remove-orphans を実行します。

JMusicBot

Downloads Stars Release License Discord
CircleCI AppVeyor CodeFactor

A cross-platform Discord music bot with a clean interface, and that is easy to set up and run yourself!

Setup

Features

  • Easy to run (just make sure Java is installed, and run!)
  • Fast loading of songs
  • No external keys needed (besides a Discord Bot token)
  • Smooth playback
  • Server-specific setup for the "DJ" role that can moderate the music
  • Clean and beautiful menus
  • Supports many sites, including Youtube, Soundcloud, and more
  • Supports many online radio/streams
  • Supports local files
  • Playlist support (both web/youtube, and local)

Supported sources and formats

JMusicBot supports all sources and formats supported by lavaplayer:

Sources

  • YouTube
  • SoundCloud
  • Bandcamp
  • Vimeo
  • Twitch streams
  • Local files
  • HTTP URLs

Formats

  • MP3
  • FLAC
  • WAV
  • Matroska/WebM (AAC, Opus or Vorbis codecs)
  • MP4/M4A (AAC codec)
  • OGG streams (Opus, Vorbis and FLAC codecs)
  • AAC streams
  • Stream playlists (M3U and PLS)

Example

Loading Example...

Setup

Please see the Setup Page to run this bot yourself!

Questions/Suggestions/Bug Reports

Please read the Issues List before suggesting a feature. If you have a question, need troubleshooting help, or want to brainstorm a new feature, please start a Discussion. If you'd like to suggest a feature or report a reproducible bug, please open an Issue on this repository. If you like this bot, be sure to add a star to the libraries that make this possible: JDA and lavaplayer!

Editing

This bot (and the source code here) might not be easy to edit for inexperienced programmers. The main purpose of having the source public is to show the capabilities of the libraries, to allow others to understand how the bot works, and to allow those knowledgeable about java, JDA, and Discord bot development to contribute. There are many requirements and dependencies required to edit and compile it, and there will not be support provided for people looking to make changes on their own. Instead, consider making a feature request (see the above section). If you choose to make edits, please do so in accordance with the Apache 2.0 License.

About

🎶 A Discord music bot that's easy to set up and run yourself!

https://jmusicbot.com

License:Apache License 2.0


Languages

Language:Java 99.5%Language:Shell 0.4%Language:Dockerfile 0.1%