Skip to content

Commit

Permalink
Update Play.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
RainyXeon authored Dec 21, 2023
1 parent 63851ce commit 087c592
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/commands/prefix/Music/Play.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,8 @@ export default class implements PrefixCommand {
private checkSameVoice(
message: Message,
) {
if (
return (
message.member!.voice.channel !== message.guild!.members.me!.voice.channel
) {
return false;
} else {
return true;
}
)
}
}

0 comments on commit 087c592

Please sign in to comment.