diff --git a/src/services/textChannelService.ts b/src/services/textChannelService.ts index 484b105..9629d50 100644 --- a/src/services/textChannelService.ts +++ b/src/services/textChannelService.ts @@ -263,7 +263,7 @@ export class TextChannelServiceService { */ async joinWebSocketRoom(): Promise { try { - const resp = await this.client.patch("network/channel/joinWebSocketRoom", { + const resp = await this.client.patch("v2/network/channel/joinWebSocketRoom", { networkId: this.networkId, channelId: this.channelId, categoryId: this.categoryId,