create-discord-https 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -254,7 +254,7 @@ async function init() {
|
|
|
254
254
|
write("package.json", JSON.stringify(pkg, null, 2) + "\n");
|
|
255
255
|
const ext = template.split("-")[1] ? "ts" : "js";
|
|
256
256
|
await setupSecret(root, `src/index.${ext}`, secret);
|
|
257
|
-
await setupSubdomain(root, `src/DevLayer
|
|
257
|
+
await setupSubdomain(root, `src/DevLayer.js`);
|
|
258
258
|
let doneMessage = "";
|
|
259
259
|
const cdProjectName = path.relative(cwd, root);
|
|
260
260
|
doneMessage += `All done! Execute:\n`;
|