Skip to content

Commit 24065be

Browse files
committed
example
1 parent 8ae9069 commit 24065be

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

example/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ const client = new GClient({
2121
intents: [Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MESSAGES],
2222
});
2323

24-
// ^ Remove if you don't want database
25-
2624
// See commands/introduce.js (new syntax)
2725
// See commands/class.js (old class syntax)
2826
// See components/introduce.js (new syntax)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build:babel": "npx babel --extensions .ts ./src -d ./dist --minified --copy-files",
1111
"build:types": "tsc --emitDeclarationOnly",
1212
"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"
1414
},
1515
"homepage": "https://garlic-team.js.org/#/docs/gcommands/next/general/welcome",
1616
"author": "Garlic-Team",
File renamed without changes.

0 commit comments

Comments
 (0)