diff --git a/backend/src/index.ts b/backend/src/index.ts index f5438991..ba85efec 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -350,6 +350,14 @@ connect().then(async () => { client.once("ready", () => { startUptimeCounter(); + // Airship start - Set bot presence. + client.user?.setPresence({ + activities: [{ + name: "the skies.", + type: "WATCHING" + }] + }); + // Airship end }); client.on(Constants.Events.RATE_LIMIT, (data) => {