This repository serves as an example of integrating Dialogflow CX bot into Discord DMs
- Fill out Discord Bot secret in bot/src/index.ts
- Run the
npm run dev
command in the /bot directory to start the Discord Bot - Setup Firebase project using the
firebase use project-id
command in the /functions directory - Deploy Firebase Functions using
firebase deploy --only functions
command