From 04e6a9d3acad499467a0766225b61de1ab3318eb Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Wed, 9 Apr 2025 08:15:32 -0400 Subject: [PATCH] Restrict ClipsEnhancements --- README.md | 2 +- .../index.tsx | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/equicordplugins/{clipsEnhancements => clipsEnhancements.discordDesktop}/index.tsx (100%) diff --git a/README.md b/README.md index 8d061fa3..19f7535e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ You can join our [discord server](https://discord.gg/5Xh2W87egW) for commits, ch - CharacterCounter by Creations & Panniku - CleanChannelName by AutumnVN - ClientSideBlock by Samwich -- ClipsEnhancements by niko - CommandPalette by Ethan - CopyUserMention by Cortex & castdrian - CustomSounds by TheKodeToad & SpikeHD @@ -184,6 +183,7 @@ You can join our [discord server](https://discord.gg/5Xh2W87egW) for commits, ch ### Discord Desktop Only +- ClipsEnhancements by niko - MediaDownloader by Colorman - StatusWhilePlaying by thororen diff --git a/src/equicordplugins/clipsEnhancements/index.tsx b/src/equicordplugins/clipsEnhancements.discordDesktop/index.tsx similarity index 100% rename from src/equicordplugins/clipsEnhancements/index.tsx rename to src/equicordplugins/clipsEnhancements.discordDesktop/index.tsx