File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -102,17 +102,17 @@ const SERVERTYPE: ServerType[] = [
102102 display : "JavaScript" ,
103103 color : yellow ,
104104 secret : {
105- token : [ 10 - 1 , 11 - 1 ] ,
106- publicKey : [ 11 - 1 , 15 - 1 ] ,
105+ token : [ 9 - 1 , 12 - 1 ] ,
106+ publicKey : [ 10 - 1 , 15 - 1 ] ,
107107 } ,
108108 } ,
109109 {
110110 name : "vercel-ts" ,
111111 display : "TypeScript (recommend)" ,
112112 color : blueBright ,
113113 secret : {
114- token : [ 10 - 1 , 11 - 1 ] ,
115- publicKey : [ 11 - 1 , 15 - 1 ] ,
114+ token : [ 9 - 1 , 12 - 1 ] ,
115+ publicKey : [ 10 - 1 , 15 - 1 ] ,
116116 } ,
117117 } ,
118118 ] ,
Original file line number Diff line number Diff line change 11{
22 "name" : " create-discord-https" ,
33 "description" : " Create Discord.https-powered bots with one command." ,
4- "version" : " 2.0.5 " ,
4+ "version" : " 2.0.7 " ,
55 "bin" : {
66 "create-discord-https" : " index.js"
77 },
You can’t perform that action at this time.
0 commit comments