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

Commit

Permalink
fix: documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Oct 29, 2021
1 parent e5b6c7e commit e33ec8d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@babel/preset-typescript": "^7.15.0",
"@commitlint/cli": "^13.2.1",
"@commitlint/config-angular": "^13.2.0",
"@discordjs/ts-docgen": "^0.2.1",
"@discordjs/ts-docgen": "^0.3.2",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^5.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class ContextMenuCommandBuilder {
/**
* Whether the command is enabled by default when the app is added to a guild
*
* @defaultValue true
* @default true
*/
public readonly defaultPermission: boolean | undefined = undefined;

Expand Down
2 changes: 1 addition & 1 deletion src/interactions/slashCommands/SlashCommandBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class SlashCommandBuilder {
/**
* Whether the command is enabled by default when the app is added to a guild
*
* @defaultValue true
* @default true
*/
public readonly defaultPermission: boolean | undefined = undefined;

Expand Down

0 comments on commit e33ec8d

Please sign in to comment.