Echo command
This commit is contained in:
parent
b3784dea10
commit
18b8a86a7d
2 changed files with 2 additions and 4 deletions
|
|
@ -19,12 +19,9 @@ package com.bbn.hadder.commands.music;
|
||||||
import com.bbn.hadder.audio.AudioPlayerSendHandler;
|
import com.bbn.hadder.audio.AudioPlayerSendHandler;
|
||||||
import com.bbn.hadder.commands.Command;
|
import com.bbn.hadder.commands.Command;
|
||||||
import com.bbn.hadder.commands.CommandEvent;
|
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.entities.Guild;
|
||||||
import net.dv8tion.jda.api.managers.AudioManager;
|
import net.dv8tion.jda.api.managers.AudioManager;
|
||||||
|
|
||||||
@Perms(Perm.BOT_OWNER)
|
|
||||||
public class EchoCommand implements Command {
|
public class EchoCommand implements Command {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
@ -48,7 +45,7 @@ public class EchoCommand implements Command {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String description() {
|
public String description() {
|
||||||
return null;
|
return "commands.music.echo.help.description";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
|
|
@ -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.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.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.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.gif.error.title = GIF not showing? Click here
|
||||||
commands.nsfw.img.error.title = Image not showing? Click here
|
commands.nsfw.img.error.title = Image not showing? Click here
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue