mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-10 06:20:20 +00:00
Update SIGINT event
This commit is contained in:
parent
0bc26f8895
commit
12f3948e40
@ -3,7 +3,7 @@ module.exports = {
|
|||||||
execute(client) {
|
execute(client) {
|
||||||
client.user.setStatus('dnd');
|
client.user.setStatus('dnd');
|
||||||
|
|
||||||
client.streamer.stop(client);
|
client.streamer.leave(client);
|
||||||
client.funcs.saveRadios(client);
|
client.funcs.saveRadios(client);
|
||||||
|
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user