From bae4905a11452c2a01fb92ade22868a1e38226a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Starcea=20/=20=EC=8A=A4=ED=83=80=EC=83=A4?= Date: Fri, 5 May 2023 07:08:37 +0900 Subject: [PATCH] fix: remove twitch vod link from status message --- src/structures/client.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/structures/client.ts b/src/structures/client.ts index 7e4c0c4..b71c277 100644 --- a/src/structures/client.ts +++ b/src/structures/client.ts @@ -25,11 +25,6 @@ const messages: ActivitiesOptions[] = [ name: '큐세 유튜브', type: 'WATCHING', }, - { - name: '큐세 트위치 다시보기', - type: 'STREAMING', - url: 'https://twitch.tv/qse__', - }, ] export class Client extends CommandClient {