diff --git a/index.js b/index.js index 9539e076..d5b233a7 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;