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-04 00:56:05 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
47fa5e5bc1f42e5ee62abba49aeccdb47cd70c3e
47fa5e5b
1 parent
dc15af8b
Update README.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
README.md
README.md
View file @
47fa5e5
...
...
@@ -25,8 +25,9 @@
+
주간 순위
<br/>
<br/>
3.
**D-day 기능<br/>**
<br/>
4.
음악 재생 기능
#### 4. 음악 재생 기능
+
공부에 집중되는 백색소음 재생 기능
<br/>
+
유튜브에서 원하는 노래 재생 기능
...
...
@@ -46,23 +47,23 @@
### Module Installation
+
discord.js
```
sh
```
npm install discord.js@12.5.3
```
+
moment
```
sh
```
npm install --save moment
```
+
simple-youtube-api
```
sh
```
npm install simple-youtube-api
```
+
ytdl-core
```
sh
```
npm install ytdl-core
```
+
ffmpeg-binaries
```
sh
```
npm install --save ffmpeg-binaries
```
...
...
Please
register
or
login
to post a comment