Echo command

This commit is contained in:
GregTCLTK 2020-02-15 19:19:30 +01:00
parent b3784dea10
commit 18b8a86a7d
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67
2 changed files with 2 additions and 4 deletions

View file

@ -19,12 +19,9 @@ package com.bbn.hadder.commands.music;
import com.bbn.hadder.audio.AudioPlayerSendHandler;
import com.bbn.hadder.commands.Command;
import com.bbn.hadder.commands.CommandEvent;
import com.bbn.hadder.core.Perm;
import com.bbn.hadder.core.Perms;
import net.dv8tion.jda.api.entities.Guild;
import net.dv8tion.jda.api.managers.AudioManager;
@Perms(Perm.BOT_OWNER)
public class EchoCommand implements Command {
@Override
@ -48,7 +45,7 @@ public class EchoCommand implements Command {
@Override
public String description() {
return null;
return "commands.music.echo.help.description";
}
@Override

View file

@ -276,6 +276,7 @@ commands.music.loop.success.unloop.description = I will no longer repeat the cur
commands.music.loop.error.connected.title = No channel
commands.music.loop.error.connected.description = You have to be in the same voice channel as the bot to set the repeat status.
commands.music.loop.help.description = Repeats a song/queue.
commands.music.echo.help.description = Sends your voice through Hadder.
commands.nsfw.gif.error.title = GIF not showing? Click here
commands.nsfw.img.error.title = Image not showing? Click here