mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-12-23 10:33:18 +00:00
Update SIGINT event
This commit is contained in:
parent
acc7ab1727
commit
1f4c3a08d0
@ -4,7 +4,7 @@ module.exports = {
|
|||||||
client.user.setStatus('dnd');
|
client.user.setStatus('dnd');
|
||||||
|
|
||||||
client.streamer.leave(client);
|
client.streamer.leave(client);
|
||||||
client.funcs.saveRadios(client);
|
client.radio.save(client);
|
||||||
|
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
if(client.radio.size == 0){
|
if(client.radio.size == 0){
|
||||||
|
Loading…
Reference in New Issue
Block a user