Easily add Discord bot integration to your Dialogflow project.
You'll need to set 5 environment variables:
GOOGLE_APPLICATION_CREDENTIALS
should point to the JSON file of your project credentialsPROJECT_ID
should be set to your project ID in Google CloudDISCORD_TOKEN
should be set to your bot's tokenDISCORD_PREFIX
should be set to the prefix you want your bot to activate with (bot will also work with DMs and @ mentions)DISCORD_HELP_MESSAGE
is what the bot will reply to thehelp
command
Then, just run node index.js
.
Set environment variables and mount a directory containing the Google Cloud keys.json
file to /usr/data/
as a volume.