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