From 21f7bacbcd7d3b74cae4b8571dddbc31906786bc Mon Sep 17 00:00:00 2001 From: unbravechimp Date: Tue, 5 May 2026 14:58:36 +0200 Subject: [PATCH 1/2] upd: replace activity watching with custom --- src/listeners/ready.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/listeners/ready.ts b/src/listeners/ready.ts index d923199..e6a2ff1 100644 --- a/src/listeners/ready.ts +++ b/src/listeners/ready.ts @@ -20,8 +20,7 @@ export class ReadyListener extends Listener { client.user.setActivity({ name: `/autorole | Shard ${client.shard?.ids?.[0] ?? 0}`, - type: ActivityType.Listening, - state: 'New Feature' + type: ActivityType.Custom }); heartbeat(client); From 95a8ecf79dab71787b7c7a352d51563a1da7af36 Mon Sep 17 00:00:00 2001 From: unbravechimp Date: Tue, 5 May 2026 16:13:31 +0200 Subject: [PATCH 2/2] fix: deploy running on dev --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index f37111e..d7bcd64 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -15,7 +15,7 @@ jobs: deploy: runs-on: ubuntu-latest if: > - github.event_name == 'workflow_dispatch' || + (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main') || (github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'main') steps: