This commit is contained in:
thororen1234 2025-06-17 00:27:14 -04:00
parent b835d07fb1
commit 8d2984442c
No known key found for this signature in database

View file

@ -188,7 +188,7 @@ export class StickersStore extends FluxStore {
getStickersByGuildId(id: string): Sticker[] | undefined;
}
export class RelationshipStore extends RelationshipStore {
export class RelationshipStore extends FluxStore {
isFriend(userId: string): boolean;
isBlockedOrIgnored(userId: string): boolean;
isBlockedOrIgnoredForMessage(userId: string): boolean;