From e051c8122129c72029760fdbe40e24ced54481cb Mon Sep 17 00:00:00 2001 From: GregTCLTK Date: Sun, 22 Dec 2019 01:04:10 +0100 Subject: [PATCH] A new command? :thinking: --- src/main/java/com/bbn/hadder/Hadder.java | 1 + src/main/resources/Translations/Translations_en.properties | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/main/java/com/bbn/hadder/Hadder.java b/src/main/java/com/bbn/hadder/Hadder.java index f96792f..e6c8972 100644 --- a/src/main/java/com/bbn/hadder/Hadder.java +++ b/src/main/java/com/bbn/hadder/Hadder.java @@ -88,6 +88,7 @@ public class Hadder { new AboutCommand(), new LanguageCommand(), new ClydeCommand(), + new PlayCommand(), new StarBoardCommand()), config, helpCommand); builder.addEventListeners( diff --git a/src/main/resources/Translations/Translations_en.properties b/src/main/resources/Translations/Translations_en.properties index c72b94c..c5b75dc 100644 --- a/src/main/resources/Translations/Translations_en.properties +++ b/src/main/resources/Translations/Translations_en.properties @@ -178,6 +178,8 @@ commands.music.leave.success.description = I successfully disconnected from the commands.music.leave.error.tile = Not connected commands.music.leave.error.description = I'm currently in no Voice Channel on this Guild commands.music.leave.help.description = Leaves a voice channel +commands.music.play.success.title = %extra% Now playing %extra% +commands.music.play.success.description = Playing some cool stuff xD commands.nsfw.gif.error.title = GIF not showing? Click here commands.nsfw.img.error.title = Image not showing? Click here