Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김건우
/
studyChatBot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김건우
2021-12-07 02:43:22 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ac21e11c9b30a2d694d13b3b34fa6067061ab8e9
ac21e11c
1 parent
cbd0f0e5
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
README.md
README.md
View file @
ac21e11
...
...
@@ -72,6 +72,18 @@ npm install --save ffmpeg-binaries
+
Discord Developer Applications (https://discord.com/developers/applications)
+
Youtube API (https://console.developers.google.com/)
위의 두 API를 다운받으신 후에 config.json 파일에 입력해주어야합니다.
```
config.json
{
"prefix": "~",
"token": "이곳에 디스코드 봇 API를 입력해주세요",
"youtubeAPI": "이곳에 유튜브 API를 입력해주세요"
}
```
<br/>
## Usage
...
...
Please
register
or
login
to post a comment