fixed voiceStateUpdate
This commit is contained in:
parent
152a4c7796
commit
406493ad7b
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ export default async function (oldState, newState, client) {
|
||||||
connection.destroy();
|
connection.destroy();
|
||||||
const debugchannel = client.channels.cache.get("1148814162273763418");
|
const debugchannel = client.channels.cache.get("1148814162273763418");
|
||||||
debugchannel.send(
|
debugchannel.send(
|
||||||
`left <#${connection.joinConfig.channelId}>} due to nobody being in it`
|
`left <#${connection.joinConfig.channelId}> due to nobody being in it`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue