From 6aa3384a5634c1a1acf49a2b976ebaa62e0c626b Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Fri, 20 Sep 2024 18:03:34 -0400 Subject: [PATCH] Reinstate VoiceChannelLog Into Stable --- README.md | 2 +- .../components/VoiceChannelLogEntryComponent.css | 0 .../components/VoiceChannelLogEntryComponent.tsx | 0 .../components/VoiceChannelLogEntryIcons.tsx | 0 .../components/VoiceChannelLogModal.tsx | 0 .../{voiceChannelLog.dev => voiceChannelLog}/index.tsx | 0 .../{voiceChannelLog.dev => voiceChannelLog}/logs.ts | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename src/equicordplugins/{voiceChannelLog.dev => voiceChannelLog}/components/VoiceChannelLogEntryComponent.css (100%) rename src/equicordplugins/{voiceChannelLog.dev => voiceChannelLog}/components/VoiceChannelLogEntryComponent.tsx (100%) rename src/equicordplugins/{voiceChannelLog.dev => voiceChannelLog}/components/VoiceChannelLogEntryIcons.tsx (100%) rename src/equicordplugins/{voiceChannelLog.dev => voiceChannelLog}/components/VoiceChannelLogModal.tsx (100%) rename src/equicordplugins/{voiceChannelLog.dev => voiceChannelLog}/index.tsx (100%) rename src/equicordplugins/{voiceChannelLog.dev => voiceChannelLog}/logs.ts (100%) diff --git a/README.md b/README.md index 854b3714..588eaa13 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ You can join our [discord server](https://discord.gg/5Xh2W87egW) for commits, ch - VencordRPC by AutumnVN - VideoSpeed by Samwich - ViewRaw2 by Kyuuhachi -- VoiceChannelLog by Sqaaakoi (Maintained by thororen & Dev build only) +- VoiceChannelLog by Sqaaakoi (Maintained by thororen) - VoiceChatUtilities by D3SOX - VoiceJoinMessages by Sqaaakoi (Maintained by thororen & Dev build only) - WebpackTarball by Kyuuhachi diff --git a/src/equicordplugins/voiceChannelLog.dev/components/VoiceChannelLogEntryComponent.css b/src/equicordplugins/voiceChannelLog/components/VoiceChannelLogEntryComponent.css similarity index 100% rename from src/equicordplugins/voiceChannelLog.dev/components/VoiceChannelLogEntryComponent.css rename to src/equicordplugins/voiceChannelLog/components/VoiceChannelLogEntryComponent.css diff --git a/src/equicordplugins/voiceChannelLog.dev/components/VoiceChannelLogEntryComponent.tsx b/src/equicordplugins/voiceChannelLog/components/VoiceChannelLogEntryComponent.tsx similarity index 100% rename from src/equicordplugins/voiceChannelLog.dev/components/VoiceChannelLogEntryComponent.tsx rename to src/equicordplugins/voiceChannelLog/components/VoiceChannelLogEntryComponent.tsx diff --git a/src/equicordplugins/voiceChannelLog.dev/components/VoiceChannelLogEntryIcons.tsx b/src/equicordplugins/voiceChannelLog/components/VoiceChannelLogEntryIcons.tsx similarity index 100% rename from src/equicordplugins/voiceChannelLog.dev/components/VoiceChannelLogEntryIcons.tsx rename to src/equicordplugins/voiceChannelLog/components/VoiceChannelLogEntryIcons.tsx diff --git a/src/equicordplugins/voiceChannelLog.dev/components/VoiceChannelLogModal.tsx b/src/equicordplugins/voiceChannelLog/components/VoiceChannelLogModal.tsx similarity index 100% rename from src/equicordplugins/voiceChannelLog.dev/components/VoiceChannelLogModal.tsx rename to src/equicordplugins/voiceChannelLog/components/VoiceChannelLogModal.tsx diff --git a/src/equicordplugins/voiceChannelLog.dev/index.tsx b/src/equicordplugins/voiceChannelLog/index.tsx similarity index 100% rename from src/equicordplugins/voiceChannelLog.dev/index.tsx rename to src/equicordplugins/voiceChannelLog/index.tsx diff --git a/src/equicordplugins/voiceChannelLog.dev/logs.ts b/src/equicordplugins/voiceChannelLog/logs.ts similarity index 100% rename from src/equicordplugins/voiceChannelLog.dev/logs.ts rename to src/equicordplugins/voiceChannelLog/logs.ts