Translation fix

This commit is contained in:
GregTCLTK 2020-01-17 15:20:49 +01:00
parent ef24b5fbec
commit 28b1c755fa
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67

View file

@ -35,7 +35,7 @@ public class VolumeCommand implements Command {
} else {
event.getTextChannel().sendMessage(event.getMessageEditor().getMessage(MessageEditor.MessageType.ERROR,
"commands.music.volume.error.connected.title",
"commands.volume.stop.error.connected.description")
"commands.volume.error.connected.description")
.build()).queue();
}
} else {