NowPlayingCommand constructor

NowPlayingCommand()

Implementation

NowPlayingCommand() : super(
  description: 'Show currently playing track',
  usage: '!nowplaying',
  aliases: ['np'],
);