Skip to content

Commit

Permalink
getActorConnectionも外に出す
Browse files Browse the repository at this point in the history
  • Loading branch information
na2na-p committed Nov 22, 2023
1 parent 707b627 commit 0b8ff89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/features/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ export {
Voice,
getJoinableStateStatus,
JOINABLE_STATE_STATUS,
getActorConnection,
} from './internal/Voice/index.js';
1 change: 1 addition & 0 deletions src/features/core/internal/Voice/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export {
getJoinableStateStatus,
JOINABLE_STATE_STATUS,
} from './internal/funcs/getJoinableStateStatus/index.js';
export { getActorConnection } from './internal/funcs/getActorConnection/index.js';

0 comments on commit 0b8ff89

Please sign in to comment.