Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 748 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 748 Bytes

🎙 dialogflow-to-discord

Easily add Discord bot integration to your Dialogflow project.

Usage

You'll need to set 5 environment variables:

  • GOOGLE_APPLICATION_CREDENTIALS should point to the JSON file of your project credentials
  • PROJECT_ID should be set to your project ID in Google Cloud
  • DISCORD_TOKEN should be set to your bot's token
  • DISCORD_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 the help command

Then, just run node index.js.

Docker

Set environment variables and mount a directory containing the Google Cloud keys.json file to /usr/data/ as a volume.