Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Latest commit

 

History

History
39 lines (25 loc) · 667 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 667 Bytes

Commando テンプレート

Discord.jsの公式フレームワークCommandoのテンプレート

インストール

npm install

スクリプト

start

ボットを起動するよ。

npm start

lint

静的検証ツール(ESLint)を使って問題を調べる。

npm run lint

lint:fix

問題を修正する。

npm run lint:fix