build: bump dependencies (#10671)

This commit is contained in:
Almeida
2024-12-31 20:31:34 +00:00
committed by GitHub
parent b854c7b979
commit a6685a319e
50 changed files with 6454 additions and 6907 deletions

View File

@@ -19,7 +19,7 @@ export interface CommandData
export abstract class CommandBuilder<Command extends RESTPostAPIApplicationCommandsJSONBody>
implements JSONEncodable<Command>
{
protected declare readonly data: CommandData;
declare protected readonly data: CommandData;
/**
* Sets the contexts of this command.