From a04aec9b0b9566598f4701e9432681f290bdf3f2 Mon Sep 17 00:00:00 2001 From: Cesium Date: Tue, 21 Oct 2025 23:52:00 -0400 Subject: [PATCH] status time --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 97fb78d..69da4c0 100644 --- a/index.js +++ b/index.js @@ -16,6 +16,7 @@ const client = new Client({ }); client.once(Events.ClientReady, readyClient => { console.log(`Discord: Connected as ${readyClient.user.tag}`); + client.user.setActivity('for x.com links', { type: ActivityType.Watching }); }); client.login(token);