ysdragon / StreamBot

A self bot to stream videos to Discord.
Other
76 stars 16 forks source link

Crash on file upload #38

Closed wrigglebug closed 1 month ago

wrigglebug commented 1 month ago

Upon uploading a file to the video server, the program will crash

StreamBot\dist\server.js:15
        cb(null, config_1.default.videosFolder);
        ^

TypeError: cb is not a function

Node.js v20.15.0

ysdragon commented 1 month ago

Fixed.