Skip to content

Commit 515093a

Browse files
chore(devlayer): update message for clarity
1 parent 22a11f5 commit 515093a

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-discord-https",
33
"description": "Create Discord.https-powered bots with one command.",
4-
"version": "2.0.4",
4+
"version": "2.0.5",
55
"bin": {
66
"create-discord-https": "index.js"
77
},

templates/cloudflare-ts/src/DevLayer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export async function tunnelLayer() {
6868

6969
console.log(
7070
chalk.default.yellow(
71-
`[DevLayer] Modify your interaction url with the above\n`
71+
`[DevLayer] If you haven't set the interaction URL yet, you can do so after the server has been started. The URL is static, so it only needs to be configured once.\n`
7272
)
7373
);
7474

templates/cloudflare/src/DevLayer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export async function tunnelLayer() {
6868

6969
console.log(
7070
chalk.default.yellow(
71-
`[DevLayer] Modify your interaction url with the above\n`
71+
`[DevLayer] If you haven't set the interaction URL yet, you can do so after the server has been started. The URL is static, so it only needs to be configured once.\n`
7272
)
7373
);
7474

templates/node-ts/src/DevLayer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export async function tunnelLayer() {
6464

6565
console.log(
6666
chalk.default.yellow(
67-
`[DevLayer] Modify your interaction url with the above\n`
67+
`[DevLayer] If you haven't set the interaction URL yet, you can do so after the server has been started. The URL is static, so it only needs to be configured once.\n`
6868
)
6969
);
7070

templates/node/src/DevLayer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export async function tunnelLayer() {
6464

6565
console.log(
6666
chalk.default.yellow(
67-
`[DevLayer] Modify your interaction url with the above\n`
67+
`[DevLayer] If you haven't set the interaction URL yet, you can do so after the server has been started. The URL is static, so it only needs to be configured once.\n`
6868
)
6969
);
7070

templates/vercel-ts/src/DevLayer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export async function tunnelLayer() {
6464

6565
console.log(
6666
chalk.default.yellow(
67-
`[DevLayer] Modify your interaction url with the above\n`
67+
`[DevLayer] If you haven't set the interaction URL yet, you can do so after the server has been started. The URL is static, so it only needs to be configured once.\n`
6868
)
6969
);
7070

templates/vercel/src/DevLayer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export async function tunnelLayer() {
6464

6565
console.log(
6666
chalk.default.yellow(
67-
`[DevLayer] Modify your interaction url with the above\n`
67+
`[DevLayer] If you haven't set the interaction URL yet, you can do so after the server has been started. The URL is static, so it only needs to be configured once.\n`
6868
)
6969
);
7070

0 commit comments

Comments
 (0)