- Copy the
.env.template
file and rename it to.env
. Replace the placeholder text forBOT_TOKEN
with the valid token. - Install dependencies with
npm run install
. - You can build the project using
npm run build
or usenpm-watch
to rebuild automatically the project on changes. - Get the bot up and running with
npm start
.