chore: Update docs

This commit is contained in:
Elysia
2024-01-14 17:53:18 +07:00
parent f530b46725
commit 9f19dc09b7
15 changed files with 270 additions and 283 deletions

4
typings/index.d.ts vendored
View File

@@ -191,9 +191,9 @@ export class RichPresence {
public type: ActivityType;
public url: string | null;
public ipc: boolean;
public setAssetsLargeImage(image?: any): this;
public setAssetsLargeImage(image?: string): this;
public setAssetsLargeText(text?: string): this;
public setAssetsSmallImage(image?: any): this;
public setAssetsSmallImage(image?: string): this;
public setAssetsSmallText(text?: string): this;
public setName(name?: string): this;
public setURL(url?: string): this;