File tree 3 files changed +1
-3
lines changed
3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ const client = new GClient({
21
21
intents : [ Intents . FLAGS . GUILDS , Intents . FLAGS . GUILD_MESSAGES ] ,
22
22
} ) ;
23
23
24
- // ^ Remove if you don't want database
25
-
26
24
// See commands/introduce.js (new syntax)
27
25
// See commands/class.js (old class syntax)
28
26
// See components/introduce.js (new syntax)
Original file line number Diff line number Diff line change 10
10
"build:babel" : " npx babel --extensions .ts ./src -d ./dist --minified --copy-files" ,
11
11
"build:types" : " tsc --emitDeclarationOnly" ,
12
12
"build:docs" : " typedoc --json docs/out-latest.json src/index.ts && node scripts/docs.mjs" ,
13
- "build:nextdocs" : " typedoc --json docs/out-next.json src/index.ts && node scripts/devdocs .mjs"
13
+ "build:nextdocs" : " typedoc --json docs/out-next.json src/index.ts && node scripts/next-docs .mjs"
14
14
},
15
15
"homepage" : " https://garlic-team.js.org/#/docs/gcommands/next/general/welcome" ,
16
16
"author" : " Garlic-Team" ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments