readme 재추가

This commit is contained in:
2024-08-02 00:09:24 +09:00
parent 4e4856e961
commit 75a34d12b6
3 changed files with 38 additions and 0 deletions

BIN
DPP-markdown-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

38
README.md Normal file
View File

@@ -0,0 +1,38 @@
# 이게 뭔가요?
C++ Dpp 라이브러리를 이용해서 개발된 간단한 디스코드 음악봇입니다!
<div align="center">
<a href="https://github.com/brainboxdotcc/DPP" alt="DPP"> <img src="DPP-markdown-logo.png" /> </a>
</div>
# 어떻게 써요?
1. 실행파일 경로에 config.json 파일을 만들고 다음과 같이 입력하세요:
```
{"token": "디스코드에서 발급받은 개인 봇 토큰"}
```
2. Music 디렉터리를 만드세요
3. Music/Archive 파일을 만드세요
4. 봇을 실행시키고 초대하셔서 사용하시면 됩니다.
# 명령어
## /p
노래를 예약합니다.
사용법:
/p (노래링크 또는 노래 제목)
## /q
현재 큐의 내용물을 확인합니다.
사용법:
/q
## /d
현재 큐의 내용물을 삭제합니다.
현재 재생중인 곡은 0번입니다.
사용법:
/d (큐의 노래번호)
## /s
현재 곡을 스킵합니다.
사용법:
/s
## /l
음성 채팅을 떠납니다.
사용법:
/l

Binary file not shown.