v2.7.3 Changelog

New Features
This update has not added any new features

Bug Fixes

  • Fixed some commands which checked for permissions that the user did not need (e.g. a!vol)

Changes

  • Command optimisations
  • Rewrote a major portion of boot portion of Asphalt, so it should be faster now
  • a!ping now displays a more accurate parse time, the old version was:
    
    Stopwatch sw = Stopwatch.createStarted();
    EmbedBuilder builder = Constants.EMBED_BUILDER;
    sw.stop();
    String processing = sw.toString();
    
    instead, it is now:
    
    String processing = context.getExecutionTime(false);
    
    with the stopwatch now being initialised as soon as the command handler is triggered

You'll only receive email when they publish something new.

More from Asphalt
All posts