migrate all plugins to folders

This commit is contained in:
V 2023-09-24 16:02:18 +02:00
parent d0e2a32471
commit 30ac256070
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905
95 changed files with 1 additions and 1 deletions

View file

@ -24,7 +24,7 @@ import definePlugin, { OptionType } from "@utils/types";
import { find, findLazy, findStoreLazy } from "@webpack"; import { find, findLazy, findStoreLazy } from "@webpack";
import { ChannelStore, GuildMemberStore, RelationshipStore, Tooltip, UserStore, useStateFromStores } from "@webpack/common"; import { ChannelStore, GuildMemberStore, RelationshipStore, Tooltip, UserStore, useStateFromStores } from "@webpack/common";
import { buildSeveralUsers } from "./typingTweaks"; import { buildSeveralUsers } from "../typingTweaks";
const ThreeDots = LazyComponent(() => find(m => m.type?.render?.toString()?.includes("().dots"))); const ThreeDots = LazyComponent(() => find(m => m.type?.render?.toString()?.includes("().dots")));