Use a sandbox environment to test new features before deploying to the live sever.
locally running bot with development settings
npm install
# fill out the appropriate env variables
cp .env.template .env.dev
# start the dev server in watch mode
npm run start:dev