djs-commander
Advanced tools
Comparing version 0.0.48 to 0.0.49
@@ -103,2 +103,10 @@ "use strict"; | ||
} | ||
filePaths.forEach((filePath) => { | ||
filePath = filePath.replace(/\\/g, "/"); | ||
if (filePath.startsWith("/")) { | ||
filePath = `file://${filePath}`; | ||
} else { | ||
filePath = `file:///${filePath}`; | ||
} | ||
}); | ||
return filePaths; | ||
@@ -105,0 +113,0 @@ } |
{ | ||
"name": "djs-commander", | ||
"version": "0.0.48", | ||
"version": "0.0.49", | ||
"description": "A command and event handler that works seamlessly with Discord.js", | ||
@@ -5,0 +5,0 @@ "types": "./index.d.ts", |
Sorry, the diff of this file is not supported yet
41296
841