[JS] Class와 모듈 기반의 디스코드 봇 템플릿
- node : v12.x 또는 그 이상 (node: v12.x or higher)
- yarn : v1.x (yarn: v1.x or higher)
- 커피 한잔 (a cup of coffee
(but not java copy))
(숫자는 0부터 새는겁니다) (we count numbers from zero)
Click this, and create a repository with a cool name.
git clone <저장소 주소>
로 저장소를 클론합니다
(여기 말고 위에서 만든 저장소 말하는건데 이걸 클론해버리는 바보는 없겠지?)
Use
git clone <Repository link>
to clone the repository.
(Obviously, the repository u created, not this one. duh)
yarn
로 구성요소를 다운로드 합니다
Use
NPM INSTALL
to download dependencies.
TOKEN=<봇토큰> node index
로 봇을 실행합니다
Use
TOKEN=<봇토큰> node index
to start the bot.