diff --git a/src/client/events/SIGINT.js b/src/client/events/SIGINT.js index 95aadf4..d3826a0 100644 --- a/src/client/events/SIGINT.js +++ b/src/client/events/SIGINT.js @@ -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();