@discordjs/builders 0.14.0-dev.1653480270-68d5169 → 0.14.0-dev.1654344260-a45bef4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1160,7 +1160,7 @@ declare class SlashCommandBuilder {
1160
1160
  * Indicates whether the command is available in DMs with the application, only for globally-scoped commands.
1161
1161
  * By default, commands are visible.
1162
1162
  */
1163
- readonly dm_permission: boolean | null | undefined;
1163
+ readonly dm_permission: boolean | undefined;
1164
1164
  /**
1165
1165
  * Returns the final data that should be sent to Discord.
1166
1166
  *
@@ -1319,7 +1319,7 @@ declare class ContextMenuCommandBuilder {
1319
1319
  * Indicates whether the command is available in DMs with the application, only for globally-scoped commands.
1320
1320
  * By default, commands are visible.
1321
1321
  */
1322
- readonly dm_permission: boolean | null | undefined;
1322
+ readonly dm_permission: boolean | undefined;
1323
1323
  /**
1324
1324
  * Sets the name
1325
1325
  *