feat: update build number & remove clydeAI

This commit is contained in:
Elysia
2023-05-12 18:03:55 +07:00
parent b0a095d46b
commit 1fbb31beca
4 changed files with 4 additions and 45 deletions

5
typings/index.d.ts vendored
View File

@@ -1485,11 +1485,6 @@ export class Guild extends AnonymousGuild {
public setWidgetSettings(settings: GuildWidgetSettingsData, reason?: string): Promise<Guild>;
public setVanityCode(code?: string): Promise<Vanity>;
public toJSON(): unknown;
// Added
/** @deprecated */
public readonly clydeSupport: boolean;
/** @deprecated */
public enableClydeAI(enabled?: boolean): Promise<Guild>;
}
export class GuildAuditLogs<T extends GuildAuditLogsResolvable = 'ALL'> {