Updated SIGINT.js

This commit is contained in:
Christer Warén 2021-09-02 19:25:04 +03:00
parent 430e0f9e51
commit a1f85a0d19

View File

@ -4,7 +4,6 @@ module.exports = {
name: 'SIGINT',
async execute(client) {
setTimeout(async function () {
client.user.setStatus('idle');
let message = {};
if (!client.stations) return process.exit();