ClearQueueCommand constructor

ClearQueueCommand()

Implementation

ClearQueueCommand() : super(
  requiresDJ: true,
  description: 'Clear the queue',
  usage: '!clear',
);