fix: slashcommand builder type split (#10253)

This commit is contained in:
Qjuh
2024-05-05 12:03:14 +02:00
committed by GitHub
parent 30d79e85fb
commit 07c12101e5
6 changed files with 135 additions and 112 deletions

View File

@@ -140,7 +140,7 @@ export class TextInputBuilder
}
/**
* {@inheritDoc Equatable.equals}
* Whether this is equal to another structure.
*/
public equals(other: APITextInputComponent | JSONEncodable<APITextInputComponent>): boolean {
if (isJSONEncodable(other)) {