fix: add BulkApplicationCommandCreateSchema
This commit is contained in:
parent
5ad1cb46ca
commit
a024d6343c
@ -17,3 +17,5 @@ export interface ApplicationCommandCreateSchema {
|
|||||||
contexts?: InteractionContextType[];
|
contexts?: InteractionContextType[];
|
||||||
handler?: ApplicationCommandHandlerType;
|
handler?: ApplicationCommandHandlerType;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export type BulkApplicationCommandCreateSchema = ApplicationCommandCreateSchema[];
|
||||||
|
|||||||
Reference in New Issue
Block a user