mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 18:00:08 +00:00
add: ApplicationCommand#guildId (#1017)
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user