Apologies guys, I know this is an old repo and defo needs a lot of change, I'll hopefully try and work on a fix on this as soon as possible
This is an integration for Discord for Dialogflow (API.AI). All you have to do to use this integration is change the config.js to include the tokens given by Dialogflow (API.AI) and Discord to run the index.js after downloading it.
npm install discorddialogflow --save
Make sure to change the config.js file. You would need the get the token from discord and dialogflow.
module.exports = {
Dialogflow: '<Enter your Dialogflow token here>',
Discord: '<Enter your discord token here>'
}
This is all you have to do after changing the config.js. 😊
node index
- API.AI NodeJS Client - API.AI NodeJS SDK
- Discord.js - Discord.js
- Haseem Isaac - Haseem Isaac
This project is licensed under the MIT License - see the LICENSE.md file for details