This commit is contained in:
MythEclipse
2026-06-13 23:58:29 +07:00
parent 9a896c7993
commit f22201381f
4 changed files with 26 additions and 5 deletions
@@ -22,6 +22,7 @@ export function useVoiceControl() {
activeGuildId: null,
activeChannelId: null,
activeChannelName: null,
connections: [],
});
const { loading, error, execute, clearError } = useAsyncAction();