- the mbpr based bot.
- this project is use licence at
AGPL-3.0. - You need node.js 16.9.0 or higher and yarn.
- Clone the project.
- run this command.
yarn install- copy a
.envtheexample.env. - insert Your Bot Token of
TOKENvalue and delete KRBOTS_TOKEN. - run
# no build
yarn dev
# build then run
yarn build
yarn start