mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-10 02:20:18 +00:00
Updated SIGINT.js
This commit is contained in:
parent
430e0f9e51
commit
a1f85a0d19
@ -4,7 +4,6 @@ module.exports = {
|
|||||||
name: 'SIGINT',
|
name: 'SIGINT',
|
||||||
async execute(client) {
|
async execute(client) {
|
||||||
setTimeout(async function () {
|
setTimeout(async function () {
|
||||||
client.user.setStatus('idle');
|
|
||||||
let message = {};
|
let message = {};
|
||||||
|
|
||||||
if (!client.stations) return process.exit();
|
if (!client.stations) return process.exit();
|
||||||
|
Loading…
Reference in New Issue
Block a user