Skip to content
This repository was archived by the owner on Jan 8, 2022. It is now read-only.

Commit e33ec8d

Browse files
committed
fix: documentation
1 parent e5b6c7e commit e33ec8d

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@babel/preset-typescript": "^7.15.0",
6969
"@commitlint/cli": "^13.2.1",
7070
"@commitlint/config-angular": "^13.2.0",
71-
"@discordjs/ts-docgen": "^0.2.1",
71+
"@discordjs/ts-docgen": "^0.3.2",
7272
"@types/jest": "^27.0.2",
7373
"@types/node": "^16.11.6",
7474
"@typescript-eslint/eslint-plugin": "^5.2.0",

src/interactions/contextMenuCommands/ContextMenuCommandBuilder.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class ContextMenuCommandBuilder {
1515
/**
1616
* Whether the command is enabled by default when the app is added to a guild
1717
*
18-
* @defaultValue true
18+
* @default true
1919
*/
2020
public readonly defaultPermission: boolean | undefined = undefined;
2121

src/interactions/slashCommands/SlashCommandBuilder.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class SlashCommandBuilder {
3030
/**
3131
* Whether the command is enabled by default when the app is added to a guild
3232
*
33-
* @defaultValue true
33+
* @default true
3434
*/
3535
public readonly defaultPermission: boolean | undefined = undefined;
3636

0 commit comments

Comments
 (0)