mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
fix(builders): leftover invalid null type
This commit is contained in:
@@ -48,7 +48,7 @@ export class ContextMenuCommandBuilder {
|
|||||||
* Indicates whether the command is available in DMs with the application, only for globally-scoped commands.
|
* Indicates whether the command is available in DMs with the application, only for globally-scoped commands.
|
||||||
* By default, commands are visible.
|
* By default, commands are visible.
|
||||||
*/
|
*/
|
||||||
public readonly dm_permission: boolean | null | undefined = undefined;
|
public readonly dm_permission: boolean | undefined = undefined;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the name
|
* Sets the name
|
||||||
|
|||||||
Reference in New Issue
Block a user