Skip to content

Commit

Permalink
Fix "level of true" bug
Browse files Browse the repository at this point in the history
  • Loading branch information
callunaborealis committed Apr 5, 2021
1 parent 262c229 commit cdd61df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/music/play/youtube/link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const playAndOrAddYoutubeToPlaylist = async (message: Message) => {

if (maxAllowableReached) {
message.channel.send(
`_shakes his head_ I won't play tracks louder than a level of **${maxAllowableReached}**.`,
`_shakes his head_ I won't play tracks louder than a level of **${maxAllowableVolume}**.`,
);
}

Expand Down

0 comments on commit cdd61df

Please sign in to comment.