Bug Fixes with Music playing

This commit is contained in:
Alex
2019-12-18 03:07:52 -05:00
parent a63afd3a2b
commit 46cf6f8c97
4 changed files with 18 additions and 10 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));
}
}
}