You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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