updateChannelPositions method

Future<void> updateChannelPositions(
  1. List<ChannelPositionBuilder> positions
)

Update the channel positions in this guild.

Implementation

Future<void> updateChannelPositions(List<ChannelPositionBuilder> positions) => manager.updateChannelPositions(id, positions);