diff --git a/types/discord.ts b/types/discord.ts index 52dfb5ed6..3a332029e 100644 --- a/types/discord.ts +++ b/types/discord.ts @@ -1772,7 +1772,7 @@ export interface DiscordApplicationCommandOptionChoice { /** https://discord.com/developers/docs/interactions/slash-commands#guildapplicationcommandpermissions */ export interface DiscordGuildApplicationCommandPermissions { - /** ID of the command */ + /** ID of the command or the application ID. When the `id` field is the application ID instead of a command ID, the permissions apply to all commands that do not contain explicit overwrites. */ id: string; /** ID of the application the command belongs to */ application_id: string;