From 2cb020bab2182b3148488a7f5e2389e4eedbaf98 Mon Sep 17 00:00:00 2001 From: Nzkzzz Date: Wed, 11 Dec 2024 19:59:06 +0900 Subject: [PATCH] index.js --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 9539e076c..d5b233a77 100644 --- a/index.js +++ b/index.js @@ -37,8 +37,8 @@ app.listen(port, () => { console.log('\x1b[36m[ SERVER ]\x1b[0m', '\x1b[32m SH : http://localhost:' + port + ' ✅\x1b[0m'); }); -const statusMessages = ["🎧 Listening to Spotify", "🎮 Playing VALORANT"]; -const statusTypes = [ 'dnd', 'idle']; +const statusMessages = ["🎮 Playing Studio Center"]; +const statusTypes = ['idle']; let currentStatusIndex = 0; let currentTypeIndex = 0;