Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 316 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 316 Bytes

Discord.js テンプレート

インストール

npm install

スクリプト

start

ボットを起動するよ

npm run start

lint

Standardを使って問題を調べる。

npm run lint

lint:fix

問題を修正する。

npm run lint:fix