onury5506 / Discord-ChatGPT-Bot

Discord ChatGPT bot
MIT License
166 stars 71 forks source link

Error in the console #28

Closed Manidarean5 closed 1 year ago

Manidarean5 commented 1 year ago

TypeError: Cannot read properties of undefined (reading '0') at Moderations (file:///C:/Users/MACHENIKE/Documents/Discord-ChatGPT-Bot/chatgpt/moderations.js:12:23) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async askQuestion (file:///C:/Users/MACHENIKE/Documents/Discord-ChatGPT-Bot/chatgpt/chatgpt.js:60:23)

this is when I use /ask

Manidarean5 commented 1 year ago

and I can´t sent messages in MD

Manidarean5 commented 1 year ago

and i can't use /video

Manidarean5 commented 1 year ago

Now the error is this:

TypeError: response.slice is not a function at createEmbedForAskCommand (file:///C:/Users/MACHENIKE/Documents/Discord-ChatGPT-Bot/discord/discord_helpers.js:18:34) at generateInteractionReply (file:///C:/Users/MACHENIKE/Documents/Discord-ChatGPT-Bot/discord/discord_helpers.js:122:23) at file:///C:/Users/MACHENIKE/Documents/Discord-ChatGPT-Bot/discord/discord_commands.js:103:13 at askQuestion (file:///C:/Users/MACHENIKE/Documents/Discord-ChatGPT-Bot/chatgpt/chatgpt.js:67:9) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Node.js v19.0.0

cangeloo commented 1 year ago

and I can´t sent messages in MD

you need message intent, enable that in the discord developer settings

Manidarean5 commented 1 year ago

image

Katanium commented 1 year ago

Same issue here, message intent is on but still getting the same error

onury5506 commented 1 year ago

The bug is fixed