Bot will now leave voice on update
This commit is contained in:
parent
39e87f3f27
commit
e7c6fd6f10
@ -19,7 +19,8 @@ module.exports = {
|
||||
mes.channel.send("nato nemas prava kokote");
|
||||
break;
|
||||
}
|
||||
mes.channel.send("👋")
|
||||
[...mes.client.voice?.connections.values()].forEach(con => con.disconnect());
|
||||
mes.react("👋")
|
||||
.then(() => process.exit());
|
||||
break;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user