telegraf-wit
telegraf-wit copied to clipboard
wit.ai middleware for Telegraf
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
Hello I try to update example docs. I have try with method `getMeaning` and has an error the method has been change to `meaning`. 
The Telegraf object doesn't seem to have the function referenced in the example below, I overcome this problem by adding `telegraf-session-local` and creating a LocalSession instance. https://github.com/telegraf/telegraf-wit/blob/93d8d89ba87039ddc8d73d41c3fb1858121004b2/examples/wit-bot.js#L8
To allow setting a proxy I've added the use of the `agent` option in the following two sections of code https://github.com/telegraf/telegraf-wit/blob/94534277cdbb0ff787d11fc6d0999eb1b564db58/lib/wit.js#L23-L29 https://github.com/telegraf/telegraf-wit/blob/94534277cdbb0ff787d11fc6d0999eb1b564db58/lib/wit.js#L40-L47 They now look like ```js return fetch(url, {...