김건우

Update README.md

Showing 1 changed file with 12 additions and 0 deletions
...@@ -72,6 +72,18 @@ npm install --save ffmpeg-binaries ...@@ -72,6 +72,18 @@ npm install --save ffmpeg-binaries
72 + Discord Developer Applications (https://discord.com/developers/applications) 72 + Discord Developer Applications (https://discord.com/developers/applications)
73 + Youtube API (https://console.developers.google.com/) 73 + Youtube API (https://console.developers.google.com/)
74 74
75 +위의 두 API를 다운받으신 후에 config.json 파일에 입력해주어야합니다.
76 +
77 +```
78 +config.json
79 +{
80 + "prefix": "~",
81 + "token": "이곳에 디스코드 봇 API를 입력해주세요",
82 + "youtubeAPI": "이곳에 유튜브 API를 입력해주세요"
83 +}
84 +```
85 +
86 +
75 <br/> 87 <br/>
76 88
77 ## Usage 89 ## Usage
......