From 0b61d29c31391405830d0cc06de6d8629573d18e Mon Sep 17 00:00:00 2001 From: Vendicated Date: Tue, 28 Feb 2023 00:17:28 +0100 Subject: [PATCH] Fix TypingTweaks --- src/plugins/typingTweaks.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/typingTweaks.tsx b/src/plugins/typingTweaks.tsx index db8c438b5..47b69783e 100644 --- a/src/plugins/typingTweaks.tsx +++ b/src/plugins/typingTweaks.tsx @@ -24,7 +24,7 @@ import { findByCodeLazy } from "@webpack"; import { GuildMemberStore, React, RelationshipStore } from "@webpack/common"; import { User } from "discord-types/general"; -const Avatar = findByCodeLazy(".Positions.TOP,spacing:"); +const Avatar = findByCodeLazy('"top",spacing:'); const settings = definePluginSettings({ showAvatars: {