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';