From 8a7cd10554a2a71cd2fe7f6a177b5f4f43464348 Mon Sep 17 00:00:00 2001 From: iCrawl Date: Sat, 4 Jun 2022 12:59:26 +0200 Subject: [PATCH] fix(builders): leftover invalid null type --- .../contextMenuCommands/ContextMenuCommandBuilder.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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