UNPKG

@ptkdev/node-discord-bot-boilerplate

Version:

Create your discord bot with this friendly boilerplate. Use this repository as template for your bot

11 lines (10 loc) 225 B
{ "restartable": "rs", "ignore": [".git", "node_modules/**/*"], "verbose": true, "watch": ["app/", "translations/", "configs/"], "env": { "NODE_ENV": "development" }, "ext": "ts,js,json" }