jlyons210 / discord-bot-ol-bootsie

Ol' Bootsie is a highly configurable Discord bot that interfaces with the OpenAI API, written for Node.js in Typescript.
The Unlicense
2 stars 2 forks source link

Resolved #107, bumping to 1.0.3 #109

Closed jlyons210 closed 1 year ago

jlyons210 commented 1 year ago

Caught a small signature issue. This fix isn't a breaking change as no callers ever look for a return value.

jlyons210 commented 1 year ago

Introduced a new bug - I'm going in.

node:internal/process/promises:288
            triggerUncaughtException(err, true /* fromPromise */);
            ^

[Error: ENOENT: no such file or directory, access '/usr/src/app/DEBUG'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'access',
  path: '/usr/src/app/DEBUG'
}

Node.js v18.16.1
error Command failed with exit code 1.