feat: Update sendSlash (Attachments)

This commit is contained in:
March 7th
2022-11-12 17:39:56 +07:00
parent 0c6ba7a211
commit 41f414b13a
3 changed files with 11 additions and 10 deletions

2
typings/index.d.ts vendored
View File

@@ -510,7 +510,7 @@ export class ApplicationCommand<PermissionsFetchType = {}> extends Base {
public static sendSlashCommand(
message: Message,
subCommandArray?: string[],
options?: string[],
options?: any[],
): Promise<InteractionResponse>;
public static sendContextMenu(message: Message): Promise<InteractionResponse>;
}