Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박건희
/
emon_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-09 09:37:21 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f0c338e406fe9a2eb452c944134bee2d8a497872
f0c338e4
1 parent
7c7457da
Update installation in README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
1 deletions
README.md
README.md
View file @
f0c338e
...
...
@@ -14,6 +14,24 @@
*
aws EC2 사용해서 배포 예정
## Installation
1.
Clone the repo
```
git clone http://khuhub.khu.ac.kr/2017103984/emon_bot.git
```
2.
Install NPM packages
```
npm install
```
3.
디스코드 회원가입
4.
[
Discord Developer Portal
](
https://discord.com/developers/applications
)
에 들어가서 New Application을 생성
5.
Application 생성 후 왼쪽에 보이는 사이드바에서 Bot을 눌러서 디스코드 봇 생성
6.
디스코드 봇 생성 후 토큰 복사 (외부 유출 주의)

7.
다시 왼쪽 사이드바에서 OAuth2를 눌러 들어간 후 SCOPES에서 bot을 체크
8.
생성되는 주소로 이동해서 디스코드 봇을 본인의 서버로 초대
## Usage
*
Command List
...
...
@@ -25,9 +43,16 @@
**!문구**
<
채팅> -
<
채팅>에 대한 검색결과를 보여줍니다.
*
사용 예시

**도움말 명령어 실행화면**

**ocr 명령어 실행화면**

**번역, 나라 명령어 실행화면**

**문구 명령어 실행화면**

## Contributing
...
...
Please
register
or
login
to post a comment