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