diff --git a/src/webpack/common/types/stores.d.ts b/src/webpack/common/types/stores.d.ts index 9c7583e2..98e230f6 100644 --- a/src/webpack/common/types/stores.d.ts +++ b/src/webpack/common/types/stores.d.ts @@ -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;