Skip to content

Commit 16c5aa5

Browse files
fix: secret row and column
1 parent 925ed43 commit 16c5aa5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const SERVERTYPE: ServerType[] = [
102102
display: "JavaScript",
103103
color: yellow,
104104
secret: {
105-
token: [9 - 1, 12 - 1],
105+
token: [9 - 1, 11 - 1],
106106
publicKey: [10 - 1, 15 - 1],
107107
},
108108
},
@@ -111,7 +111,7 @@ const SERVERTYPE: ServerType[] = [
111111
display: "TypeScript (recommend)",
112112
color: blueBright,
113113
secret: {
114-
token: [9 - 1, 12 - 1],
114+
token: [9 - 1, 11 - 1],
115115
publicKey: [10 - 1, 15 - 1],
116116
},
117117
},

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.7",
4+
"version": "2.0.8",
55
"bin": {
66
"create-discord-https": "index.js"
77
},

0 commit comments

Comments
 (0)