v2.7.3 Changelog
January 24, 2019•108 words
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!pingnow displays a more accurate parse time, the old version was:
 instead, it is now:- Stopwatch sw = Stopwatch.createStarted(); EmbedBuilder builder = Constants.EMBED_BUILDER; sw.stop(); String processing = sw.toString();
 with the stopwatch now being initialised as soon as the command handler is triggered- String processing = context.getExecutionTime(false);