ShuffleCommand constructor

ShuffleCommand()

Implementation

ShuffleCommand() : super(
  requiresDJ: true,
  description: 'Shuffle the queue',
  usage: '!shuffle',
);