mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 08:20:08 +00:00
add extends
This commit is contained in:
@@ -244,13 +244,7 @@ export interface UpsertSlashCommandOptions {
|
||||
options?: SlashCommandOption[] | null;
|
||||
}
|
||||
|
||||
export interface UpsertSlashCommandsOptions {
|
||||
export interface UpsertSlashCommandsOptions extends UpsertSlashCommandOptions {
|
||||
/** The id of the command */
|
||||
id: string;
|
||||
/** 3-32 character command name */
|
||||
name?: string;
|
||||
/** 1-100 character description */
|
||||
description?: string;
|
||||
/** The parameters for the command */
|
||||
options?: SlashCommandOption[] | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user