PlayCommand constructor
PlayCommand()
Implementation
PlayCommand() : super(
description: 'Search and play music from YouTube, Spotify, SoundCloud, etc.',
usage: '!play <song name or URL>',
aliases: ['p'],
);
PlayCommand() : super(
description: 'Search and play music from YouTube, Spotify, SoundCloud, etc.',
usage: '!play <song name or URL>',
aliases: ['p'],
);