/discord-hsbot

Primary LanguageTypeScript

discord-hsbot

test GitHub commit activity

Description

For private discord server, hobby use multi functional bot.

Feature list

  • Push talk to Google home by slash commands.

Script

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