diff --git a/src/node/index.ts b/src/node/index.ts index 28d539e..18fb4bc 100644 --- a/src/node/index.ts +++ b/src/node/index.ts @@ -427,8 +427,8 @@ export class Node { guildId, channelId, shardId, - mute: mute ?? false, - deaf: deaf ?? true + mute, + deaf }).catch(() => undefined); if (!player) {