onury5506 / Discord-ChatGPT-Bot

Discord ChatGPT bot
MIT License
166 stars 71 forks source link

fixed issues with conversation #8

Closed projectdeguzman closed 1 year ago

projectdeguzman commented 1 year ago

Noticed that the attributes of the response object in askQuestion(), has a messageId but not a parentMessageId Applied response.messageId in place of response.parentMessageId and added passing these conversation info into the sendMessage() function

projectdeguzman commented 1 year ago

also apologies for the formatting changes, I think it might be my linter doing that automatically...

projectdeguzman commented 1 year ago

Closing the merge request for now, need to tweak and test further