StopCommand constructor

StopCommand()

Implementation

StopCommand() : super(
  requiresDJ: true,
  description: 'Stop playback and clear queue',
  usage: '!stop',
);