fix(builders): leftover invalid null type

This commit is contained in:
iCrawl
2022-06-04 12:59:26 +02:00
parent 251862ea57
commit 8a7cd10554

View File

@@ -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