Discord profile badge

This commit is contained in:
Natsumi
2026-02-10 16:52:35 +13:00
parent 2265def591
commit cb99d03f98
8 changed files with 62 additions and 2 deletions

View File

@@ -133,6 +133,7 @@ interface GetUserResponse {
currentAvatarThumbnailImageUrl: string;
date_joined: string;
developerType: string;
discordId: string;
displayName: string;
friendKey: string;
friendRequestStatus?: string;

View File

@@ -191,6 +191,7 @@ declare global {
// Common Functions
GetColourFromUserID(userId: string): Promise<number>;
OpenLink(url: string): Promise<void>;
OpenDiscordProfile(discordId: string): Promise<void>;
GetLaunchCommand(): Promise<string>;
IPCAnnounceStart(): Promise<void>;
SendIpc(type: string, data: string): Promise<void>;