Fix bug
This commit is contained in:
@@ -8,8 +8,9 @@ module.exports = function (bot, api) {
|
||||
const channel = oldState.channel || newState.channel;
|
||||
if (!channel) return;
|
||||
if (channel.members.size < 2) {
|
||||
await api.leaveChannel(channel);
|
||||
api.AudioQueue.flush();
|
||||
await api.leaveChannel(channel);
|
||||
|
||||
}
|
||||
await api.joinChannel(channel);
|
||||
let joined = false;
|
||||
|
Reference in New Issue
Block a user