Remove unnecessary line

This commit is contained in:
LordElias 2024-09-16 14:28:49 +02:00 committed by GitHub
parent e0404b58dd
commit e2326dcbc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;