From 38494361c7ec6ff49ac2ba36d6e9c3ad04925812 Mon Sep 17 00:00:00 2001 From: na2na-p Date: Wed, 22 Nov 2023 14:48:25 +0900 Subject: [PATCH] =?UTF-8?q?getActorConnection=E3=82=82=E5=A4=96=E3=81=AB?= =?UTF-8?q?=E5=87=BA=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/core/index.ts | 1 + src/features/core/internal/Voice/index.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/features/core/index.ts b/src/features/core/index.ts index 2b3fae95..17388e20 100644 --- a/src/features/core/index.ts +++ b/src/features/core/index.ts @@ -3,4 +3,5 @@ export { Voice, getJoinableStateStatus, JOINABLE_STATE_STATUS, + getActorConnection, } from './internal/Voice/index.js'; diff --git a/src/features/core/internal/Voice/index.ts b/src/features/core/internal/Voice/index.ts index b73bac49..aeae3fa8 100644 --- a/src/features/core/internal/Voice/index.ts +++ b/src/features/core/internal/Voice/index.ts @@ -3,3 +3,4 @@ export { getJoinableStateStatus, JOINABLE_STATE_STATUS, } from './internal/funcs/getJoinableStateStatus/index.js'; +export { getActorConnection } from './internal/funcs/getActorConnection/index.js';