diff --git a/src/plugins/userVoiceShow/index.tsx b/src/plugins/userVoiceShow/index.tsx index 8a886bbe0..323058e65 100644 --- a/src/plugins/userVoiceShow/index.tsx +++ b/src/plugins/userVoiceShow/index.tsx @@ -89,8 +89,6 @@ export default definePlugin({ settings, start() { - VoiceStateStore.getAllVoiceStates(); // reduces api spam i hope - addDecorator("uvs-indicator", props => { if (!props.user) return null;