Skip to content

Commit 8a7cd10

Browse files
committed
fix(builders): leftover invalid null type
1 parent 251862e commit 8a7cd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/builders/src/interactions/contextMenuCommands/ContextMenuCommandBuilder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class ContextMenuCommandBuilder {
4848
* Indicates whether the command is available in DMs with the application, only for globally-scoped commands.
4949
* By default, commands are visible.
5050
*/
51-
public readonly dm_permission: boolean | null | undefined = undefined;
51+
public readonly dm_permission: boolean | undefined = undefined;
5252

5353
/**
5454
* Sets the name

0 commit comments

Comments
 (0)