RepeatCommand constructor

RepeatCommand()

Implementation

RepeatCommand() : super(
  description: 'Set repeat mode (off/track/queue)',
  usage: '!repeat [off|track|queue]',
  aliases: ['loop'],
);