In endpoints.js, killMails.js is imported as killmails: require('./Functions/killMails'),. The version available on npm has the file kill mails cased as killmails.js resulting in not node/webpack being able to import the file. The file is correctly typed within the source code though which leads me to believe it is related to the build system used. As such I don't think I am able to fix this with a pr, what build system are you using?
In endpoints.js, killMails.js is imported as
killmails: require('./Functions/killMails'),
. The version available on npm has the file kill mails cased askillmails.js
resulting in not node/webpack being able to import the file. The file is correctly typed within the source code though which leads me to believe it is related to the build system used. As such I don't think I am able to fix this with a pr, what build system are you using?