Skip to content

Commit

Permalink
refactor(Node): remove nullable from resume handle
Browse files Browse the repository at this point in the history
  • Loading branch information
Fab1o0107 committed Dec 26, 2023
1 parent ac2c545 commit 773d809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/node/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,8 @@ export class Node {
guildId,
channelId,
shardId,
mute: mute ?? false,
deaf: deaf ?? true
mute,
deaf
}).catch(() => undefined);

if (!player) {
Expand Down

0 comments on commit 773d809

Please sign in to comment.