Skip to content

brckd/bot-template

Repository files navigation

bot-template

license semantic-release: angular version

A template for Discord.JS bots.

ToDo

Usage

bot-template can be used as a template for Discord.JS bots.

Building

Building Publicly

Pulls to the repository will automatically be built with semantic-release. The built package can be found on npm or in the latest github release.

Building Locally

The package can also be built locally using the build script.

npm run build
yarn run build
pnpm run build