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 devcommand in the /bot directory to start the Discord Bot - Setup Firebase project using the 
firebase use project-idcommand in the /functions directory - Deploy Firebase Functions using 
firebase deploy --only functionscommand