Skip to content

discord.jsとTypeScriptを使ってボットを作るためのテンプレート

Notifications You must be signed in to change notification settings

discordjs-japan/typescript-template

Folders and files

NameName
Last commit message
Last commit date
May 11, 2020
May 11, 2020
May 3, 2020
Sep 6, 2019
Sep 6, 2019
May 11, 2020
May 11, 2020
May 11, 2020
Aug 2, 2021
Aug 2, 2021
Sep 6, 2019

Repository files navigation

discord.js TypeScript テンプレート

Deploy to Heroku

Visual Studio Code を使用することを推奨します。

スクリプト

start

npm run compile を先に実行しないとエラーが出るよ!

npm start

start:dev

ts-nodeを使って実行します。(コンパイル不要)

npm run start:dev

compile

コンパイルします。

npm run compile

compile:test

コンパイルします。(ファイルを出力しない)

npm run compile:test

lint

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

npm run lint

lint:fix

問題を修正する。

npm run lint:fix

About

discord.jsとTypeScriptを使ってボットを作るためのテンプレート

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published