From 9cf6bfc0e69b6ee4813bc4c482e988aeb142f502 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:39:07 -0400 Subject: [PATCH] Lock voicechanneLog & voiceJoinMessages behind dev --- .../components/VoiceChannelLogEntryComponent.css | 0 .../components/VoiceChannelLogEntryComponent.tsx | 0 .../components/VoiceChannelLogEntryIcons.tsx | 0 .../components/VoiceChannelLogModal.tsx | 0 .../{voiceChannelLog => voiceChannelLog.dev}/index.tsx | 0 .../{voiceChannelLog => voiceChannelLog.dev}/logs.ts | 0 .../{voiceJoinMessages => voiceJoinMessages.dev}/index.ts | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename src/equicordplugins/{voiceChannelLog => voiceChannelLog.dev}/components/VoiceChannelLogEntryComponent.css (100%) rename src/equicordplugins/{voiceChannelLog => voiceChannelLog.dev}/components/VoiceChannelLogEntryComponent.tsx (100%) rename src/equicordplugins/{voiceChannelLog => voiceChannelLog.dev}/components/VoiceChannelLogEntryIcons.tsx (100%) rename src/equicordplugins/{voiceChannelLog => voiceChannelLog.dev}/components/VoiceChannelLogModal.tsx (100%) rename src/equicordplugins/{voiceChannelLog => voiceChannelLog.dev}/index.tsx (100%) rename src/equicordplugins/{voiceChannelLog => voiceChannelLog.dev}/logs.ts (100%) rename src/equicordplugins/{voiceJoinMessages => voiceJoinMessages.dev}/index.ts (100%) diff --git a/src/equicordplugins/voiceChannelLog/components/VoiceChannelLogEntryComponent.css b/src/equicordplugins/voiceChannelLog.dev/components/VoiceChannelLogEntryComponent.css similarity index 100% rename from src/equicordplugins/voiceChannelLog/components/VoiceChannelLogEntryComponent.css rename to src/equicordplugins/voiceChannelLog.dev/components/VoiceChannelLogEntryComponent.css diff --git a/src/equicordplugins/voiceChannelLog/components/VoiceChannelLogEntryComponent.tsx b/src/equicordplugins/voiceChannelLog.dev/components/VoiceChannelLogEntryComponent.tsx similarity index 100% rename from src/equicordplugins/voiceChannelLog/components/VoiceChannelLogEntryComponent.tsx rename to src/equicordplugins/voiceChannelLog.dev/components/VoiceChannelLogEntryComponent.tsx diff --git a/src/equicordplugins/voiceChannelLog/components/VoiceChannelLogEntryIcons.tsx b/src/equicordplugins/voiceChannelLog.dev/components/VoiceChannelLogEntryIcons.tsx similarity index 100% rename from src/equicordplugins/voiceChannelLog/components/VoiceChannelLogEntryIcons.tsx rename to src/equicordplugins/voiceChannelLog.dev/components/VoiceChannelLogEntryIcons.tsx diff --git a/src/equicordplugins/voiceChannelLog/components/VoiceChannelLogModal.tsx b/src/equicordplugins/voiceChannelLog.dev/components/VoiceChannelLogModal.tsx similarity index 100% rename from src/equicordplugins/voiceChannelLog/components/VoiceChannelLogModal.tsx rename to src/equicordplugins/voiceChannelLog.dev/components/VoiceChannelLogModal.tsx diff --git a/src/equicordplugins/voiceChannelLog/index.tsx b/src/equicordplugins/voiceChannelLog.dev/index.tsx similarity index 100% rename from src/equicordplugins/voiceChannelLog/index.tsx rename to src/equicordplugins/voiceChannelLog.dev/index.tsx diff --git a/src/equicordplugins/voiceChannelLog/logs.ts b/src/equicordplugins/voiceChannelLog.dev/logs.ts similarity index 100% rename from src/equicordplugins/voiceChannelLog/logs.ts rename to src/equicordplugins/voiceChannelLog.dev/logs.ts diff --git a/src/equicordplugins/voiceJoinMessages/index.ts b/src/equicordplugins/voiceJoinMessages.dev/index.ts similarity index 100% rename from src/equicordplugins/voiceJoinMessages/index.ts rename to src/equicordplugins/voiceJoinMessages.dev/index.ts