Git Product home page Git Product logo

discord-musicbot's Introduction

discord-musicbot

discord.js v14로 만든 디스코드 음악봇입니다.

유튜브 검색 API를 사용하여 검색을 진행합니다.

discord.js v14로 업그레이드와 queue 구현을 완료했습니다.

설치 & 실행

npm i

create .env file

nodemon

.env

DISCORD_TOKEN=(Discord Bot Token)
CLIENT_ID=(Discord Bot ClientId)
GUILD_ID=(Your GuildId)
YOUTUBE_API=(Youtube API Key)

사용법

/help

사용 가능한 명령어들을 출력합니다.

/play

Youtube Data API v3을 사용하여 키워드를 검색한후 가장 첫번째로 나오는 영상을 재생합니다.

queue가 없는경우 자동으로 생성하고 다른음악이 재생중이라면 queue에 넣습니다.

/skip

재생중인 음악을 건너뛰기 합니다.

queue에서 가장 첫번째(재생중인 음악)를 없애고 다음 음악을 재생합니다.

/stop

음악재생을 중지하고 해당 서버에 대한 queue를 삭제합니다.

queue는 play 명령어 입력시 다시 생성됩니다.

/q

지금 재생중인 음악의 정보를 담은 Embed를 출력합니다.

/pause

음악재생을 일시중지합니다.

/unpause

일시중지를 해제합니다.

discord-musicbot's People

Contributors

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