feat(Application): add terms of service, privacy policy URLs, and verification key

This commit is contained in:
Elysia
2025-02-14 23:51:55 +07:00
parent c1c0a62a0e
commit c24584f408
2 changed files with 33 additions and 0 deletions

3
typings/index.d.ts vendored
View File

@@ -338,6 +338,9 @@ export abstract class Application extends Base {
public icon: string | null;
public id: Snowflake;
public name: string | null;
public termsOfServiceURL: string | null;
public privacyPolicyURL: string | null;
public verifyKey: string | null;
public roleConnectionsVerificationURL: string | null;
public approximateGuildCount: number | null;
public botPublic: boolean | null;