Skip to content

2.2.15

Latest
Compare
Choose a tag to compare
@LightWayUp LightWayUp released this 18 Dec 10:35
· 7 commits to master since this release
2d83a88
  • Check the permission before determining the command, store the result in variable for later use. This should make the code less repetitive or error prone
  • Disallow giving items to oneself
  • Changed unnecessary use of raw string literal (`Please mention someone!`) for "/give" error message
  • Used function bold() for library name
  • "/changelog" now accepts tag names appended with alpha, beta and rc (release candidate) versions
  • "/changelog" with more than 1 argument will not fail anymore as long as the first argument is correct
  • Fixed a bug where clientHasPermissionInChannel() only validated the first item in the array, if the argument is an array. Now it validates and filters out all items that aren't PermissionResolvables, before checking the permissions
  • Refined restart process. Now, intentional restarts initiated by using the "/restart" command no longer cause "restartOnFatalError" commandline launch argument to fail
  • Bumped version to v2.2.15