Malathub

Results 1 comments of Malathub

Go to "\node_modules\eris\package.json" Add `"./lib/rest/RequestHandler": "./lib/rest/RequestHandler.js"` in the package.json in the export section Like: ` "exports": { ".": [ { "require": "./index.js", "import": "./esm.mjs" }, "./index.js" ], "./lib/rest/RequestHandler": "./lib/rest/RequestHandler.js", "./esm":...