유병우

Edit readme.md

Showing 1 changed file with 15 additions and 7 deletions
...@@ -18,12 +18,16 @@ ...@@ -18,12 +18,16 @@
18 18
19 + Discord.js 19 + Discord.js
20 20
21 -+ Heroku 21 ++ Google Cloud Platform
22 22
23 + 로스트아크 공식 홈페이지 23 + 로스트아크 공식 홈페이지
24 24
25 + 로아와 전투정보실 검색 홈페이지 25 + 로아와 전투정보실 검색 홈페이지
26 26
27 ++ 로스트아크 인벤 홈페이지
28 +
29 ++ mgx 정보조회 홈페이지
30 +
27 ## Getting Started 31 ## Getting Started
28 32
29 ### Invitation Bot 33 ### Invitation Bot
...@@ -97,29 +101,33 @@ p.s. clientId는 첫 번째로 복사한 Application ID, token은 두 번째로 ...@@ -97,29 +101,33 @@ p.s. clientId는 첫 번째로 복사한 Application ID, token은 두 번째로
97 101
98 **/경매 <시세> <인원>** 최적의 경매금 입찰가를 계산합니다. 102 **/경매 <시세> <인원>** 최적의 경매금 입찰가를 계산합니다.
99 103
104 +**/각인 <클래스>** 해당하는 클래스의 로아와 상위 20명의 각인 정보를 분석하고 제공합니다.
105 +
106 +**/공략 <레이드>** 해당하는 레이드의 로스트아크 인벤 공략 글 정보를 제공합니다.
107 +
100 ## Contributing 108 ## Contributing
101 109
102 -1. 해당 Repository를 fork 합니다. 110 +* 해당 Repository를 fork 합니다.
103 111
104 ```git fork http://khuhub.khu.ac.kr/2019102200/lostark-discord-bot.git ``` 112 ```git fork http://khuhub.khu.ac.kr/2019102200/lostark-discord-bot.git ```
105 113
106 -2. 본인의 프로젝트로 fork된 Repository를 clone 합니다. 114 +* 본인의 프로젝트로 fork된 Repository를 clone 합니다.
107 115
108 ```git clone http://khuhub.khu.ac.kr/YOUR_ID/lostark-discord-bot.git``` 116 ```git clone http://khuhub.khu.ac.kr/YOUR_ID/lostark-discord-bot.git```
109 117
110 -3. 새로운 기능에 해당하는 feature branch를 만듭니다. 118 +* 새로운 기능에 해당하는 feature branch를 만듭니다.
111 119
112 ```git checkout -b feature/NEW_FEATURE``` 120 ```git checkout -b feature/NEW_FEATURE```
113 121
114 -4. 기능을 만들어 commit합니다. 122 +* 기능을 만들어 commit합니다.
115 123
116 ```git commit -m "Update new feature"``` 124 ```git commit -m "Update new feature"```
117 125
118 -5. 기능을 다 만들었다면 push합니다. 126 +* 기능을 다 만들었다면 push합니다.
119 127
120 ```git push origin feature/NEW_FEATURE``` 128 ```git push origin feature/NEW_FEATURE```
121 129
122 -6. pull request를 합니다. 130 +* pull request를 합니다.
123 131
124 ## License 132 ## License
125 133
......