among
This commit is contained in:
@@ -157,6 +157,8 @@ public class MusicCommand implements Command {
|
||||
public Component loop (CommandContext context, String[] args) {
|
||||
final Bot bot = context.bot();
|
||||
|
||||
if (args[1] == null) return Component.text("Invalid argument").color(NamedTextColor.RED);
|
||||
|
||||
Loop loop;
|
||||
switch (args[1]) {
|
||||
case "off" -> {
|
||||
|
||||
Reference in New Issue
Block a user