Rei-x / discord-speech-recognition

Speech to text extension for discord.js
https://npmjs.com/package/discord-speech-recognition
MIT License
56 stars 22 forks source link

Why use axios and fetch #46

Open FerLuisxd opened 1 year ago

FerLuisxd commented 1 year ago

I just noticed that you use axios on this file and node-fetch on wit.ai, is there a reason for that?

Also where did you find that key? You got inspirantion from this python implementation? Anyways, this is awsome work!

Rei-x commented 1 year ago

I forgot about this axios and node-fetch thing, it was there from the beginning because I just was copy-pasting some docs and later I forgot to change it. Good catch, I'll deal with it soon.

Yes, default key to google api v2 was taken directly from that python package. Thank you for the kind words!