add: ApplicationCommand#guildId (#1017)

This commit is contained in:
rigormorrtiss
2021-06-05 12:13:58 +04:00
committed by GitHub
parent 56bd11b4ff
commit 4bf485ba84

View File

@@ -6,6 +6,8 @@ export interface ApplicationCommand {
id: string;
/** Unique id of the parent application */
applicationId: string;
/** Guild id of the command, if not global */
guildId?: string;
/** 1-32 character name matching lowercase `^[\w-]{1,32}$` */
name: string;
/** 1-100 character description */