File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 } ,
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.7 " ,
4+ "version" : " 2.0.8 " ,
55 "bin" : {
66 "create-discord-https" : " index.js"
77 },
You can’t perform that action at this time.
0 commit comments