chore: deps

This commit is contained in:
iCrawl
2022-06-04 12:58:09 +02:00
parent 2f03f9ad3f
commit 251862ea57
8 changed files with 1659 additions and 1588 deletions

View File

@@ -62,7 +62,7 @@ export class SlashCommandBuilder {
* 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;
/**
* Returns the final data that should be sent to Discord.