Merge Greg's branch into the master branch #291

Merged
greg6775 merged 6 commits from greg-dev into master 2020-01-01 15:12:59 +01:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 5ef680e020 - Show all commits

View file

@ -46,7 +46,7 @@ public class VolumeCommand implements Command {
@Override
public String description() {
return "Change the volume of the music.";
return "commands.music.volume.help.description";
}
@Override

View file

@ -212,6 +212,7 @@ commands.music.volume.success.title = Successfully set
commands.music.volume.success.description = I successfully set the new volume to %extra%
commands.music.volume.error.int.title = Invalid number
commands.music.volume.error.int.description = The volume have to be between 1 and 200
commands.music.volume.help.description = Change the volume of the music.
commands.nsfw.gif.error.title = GIF not showing? Click here
commands.nsfw.img.error.title = Image not showing? Click here