= Fixed music

This commit is contained in:
Matthew Cech
2020-02-09 21:12:11 -08:00
parent bcc7959c00
commit 26b258bdcb
5 changed files with 66 additions and 46 deletions
+1 -2
View File
@@ -17,8 +17,7 @@ public class SubCommandStop extends SubCommand
@Override
public SubCommandFormattable OnRun(KittyGuild guild, KittyChannel channel, KittyUser user, UserInput input)
{
return new SubCommandFormattable(guild.audio.stopPlayer(guild.audio.player));
}
}
}