diff --git a/packages/builders/src/interactions/contextMenuCommands/ContextMenuCommandBuilder.ts b/packages/builders/src/interactions/contextMenuCommands/ContextMenuCommandBuilder.ts index 47d6d3ef2..caa287609 100644 --- a/packages/builders/src/interactions/contextMenuCommands/ContextMenuCommandBuilder.ts +++ b/packages/builders/src/interactions/contextMenuCommands/ContextMenuCommandBuilder.ts @@ -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