mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 16:05:41 +00:00
fix: add BulkApplicationCommandCreateSchema
This commit is contained in:
@@ -17,3 +17,5 @@ export interface ApplicationCommandCreateSchema {
|
||||
contexts?: InteractionContextType[];
|
||||
handler?: ApplicationCommandHandlerType;
|
||||
}
|
||||
|
||||
export type BulkApplicationCommandCreateSchema = ApplicationCommandCreateSchema[];
|
||||
|
||||
Reference in New Issue
Block a user