+ Added file updating

This commit is contained in:
Matthew Cech
2019-05-05 22:10:48 -07:00
parent 99667330df
commit d252cf54b0
3 changed files with 15 additions and 2 deletions
+2
View File
@@ -30,6 +30,8 @@ public class CommandBenchmark extends Command
@Override
public void OnRun(KittyGuild guild, KittyChannel channel, KittyUser user, UserInput input, Response res)
{
framework.Update();
if(input.args == null || input.args.length() == 0)
{
String output = HelpText();