So I'm trying to implement Speech (and DALL-E 3) into my Discord bot, but it it keeps saying
Cannot read properties of undefined (reading 'speech') // TTS
Cannot read properties of undefined (reading 'generate') // DALL-E 3
The input got all 3 required parameters. I'm not sure what is wrong in my code here. I just added line 10 now but it got rejected by Eslint for some reason. 
I have also updated the openai npm package.
