From 9490e01b9ecbece119410c0050ad1fbac99ac777 Mon Sep 17 00:00:00 2001 From: Taken Date: Sat, 24 Jun 2023 22:10:02 +0200 Subject: [PATCH] Added and rearranged status messages --- index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index e76525e..ce5d86e 100644 --- a/index.js +++ b/index.js @@ -204,12 +204,12 @@ client.on(Events.ClientReady, () => { { name: "over the Illegitimate Server", type: ActivityType.Watching }); const activities = [ - { name: "with Jone the idiot", type: ActivityType.Playing }, - { name: "with Martina the bot", type: ActivityType.Playing }, + { name: "for Martina's return", type: ActivityType.Watching }, + { name: "w vri's feelings", type: ActivityType.Playing }, { name: "urCryhard steal finals again", type: ActivityType.Watching }, { name: "with Perlcence the AI", type: ActivityType.Playing }, - { name: "my creator Taken", type: ActivityType.Watching }, { name: "with ur mom in my bed", type: ActivityType.Playing }, + { name: "with Jone the idiot", type: ActivityType.Playing }, { name: "over the Illegitimate Server", type: ActivityType.Watching } ];