adeshpande3 / Facebook-Messenger-Bot

Facebook chatbot that I trained to talk like me using Seq2Seq
MIT License
712 stars 266 forks source link

Integration with discord #66

Open BambooOnFire opened 3 years ago

BambooOnFire commented 3 years ago

I was reading through index.js because that seems to be the final step... but I don't understand FB messenger protocols/API.

I wanted to make a similar discord bot and was wondering if there was a function that returns the response the bot will make based on the input the user puts in. That way, I can just pull the response and use other libraries to send it directly to a discord server.