Usage
Now that your bot is all setup, you can start using it!
Start by building the typescript code source in a javascript production ready bundle
npm run build
Then, you can start that production build (= start your bot)
npm run start
Or if you are currently developping the bot and want an instant startup alongside automatic refresh on files save, use
npm run dev