Toggle navigation
Toggle navigation
This project
Loading...
Sign in
유병우
/
lostark-discord-bot
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
유병우
2022-06-08 13:08:50 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3ee59700a17790fcba003b4a2965f5755ec5b769
3ee59700
1 parent
a8c2f179
Edit readme.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
7 deletions
readme.md
readme.md
View file @
3ee5970
...
...
@@ -18,12 +18,16 @@
+
Discord.js
+
Heroku
+
Google Cloud Platform
+
로스트아크 공식 홈페이지
+
로아와 전투정보실 검색 홈페이지
+
로스트아크 인벤 홈페이지
+
mgx 정보조회 홈페이지
## Getting Started
### Invitation Bot
...
...
@@ -97,29 +101,33 @@ p.s. clientId는 첫 번째로 복사한 Application ID, token은 두 번째로
**/경매 <시세> <인원>**
최적의 경매금 입찰가를 계산합니다.
**/각인 <클래스>**
해당하는 클래스의 로아와 상위 20명의 각인 정보를 분석하고 제공합니다.
**/공략 <레이드>**
해당하는 레이드의 로스트아크 인벤 공략 글 정보를 제공합니다.
## Contributing
1.
해당 Repository를 fork 합니다.
*
해당 Repository를 fork 합니다.
```
git fork http://khuhub.khu.ac.kr/2019102200/lostark-discord-bot.git ```
2.
본인의 프로젝트로 fork된 Repository를 clone 합니다.
*
본인의 프로젝트로 fork된 Repository를 clone 합니다.
```
git clone http://khuhub.khu.ac.kr/YOUR_ID/lostark-discord-bot.git
```
3.
새로운 기능에 해당하는 feature branch를 만듭니다.
*
새로운 기능에 해당하는 feature branch를 만듭니다.
```
git checkout -b feature/NEW_FEATURE
```
4.
기능을 만들어 commit합니다.
*
기능을 만들어 commit합니다.
```
git commit -m "Update new feature"
```
5.
기능을 다 만들었다면 push합니다.
*
기능을 다 만들었다면 push합니다.
```
git push origin feature/NEW_FEATURE
```
6.
pull request를 합니다.
*
pull request를 합니다.
## License
...
...
Please
register
or
login
to post a comment