Skip to content

Commit

Permalink
fix(builders): leftover invalid null type
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Jun 4, 2022
1 parent 251862e commit 8a7cd10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class ContextMenuCommandBuilder {
* Indicates whether the command is available in DMs with the application, only for globally-scoped commands.
* By default, commands are visible.
*/
public readonly dm_permission: boolean | null | undefined = undefined;
public readonly dm_permission: boolean | undefined = undefined;

/**
* Sets the name
Expand Down

0 comments on commit 8a7cd10

Please sign in to comment.