Commit
bc4482c8355b984163ced180e6bb29d97a18c49a
by noreplyAdding ability to change position of Channels and Roles. (#237)
* First pass ChannelOrderAction.
* Second pass on OrderAction system. WIP commit.
to OrderAction.
due to implementation differences with Channel#getPosition and
Role#getPosition.
* Made OrderAction more generic for future use in different ordering
situations.
position system is still broken for RoleOrderAction.
* Implemented support for different order methodologies into OrderAction
Fixed RoleOrderAction. Now actually works.
* Added reverse, sort, and shuffle functionality to OrderAction.
getGuild() to RoleOrderAction and ChannelOrderAction.
* Fixed stuff mentioned in review.
* Added documentation for OrderAction
* added ability to use ascending ordering with RoleOrderAction.
* Added position checking for RoleOrderAction and overall permission
checks
* Finished RoleOrderAction permission logic
* Fixed descriptions explaining what descending / ascending meant for
role ordering.
(commit: bc4482c)