PreviousCommand constructor

PreviousCommand()

Implementation

PreviousCommand() : super(
  description: 'Play previous track',
  usage: '!previous',
  aliases: ['prev'],
);