diff --git a/cogs/voice_utilities/playlist.py b/cogs/voice_utilities/playlist.py index f35d9eb..1aed8e2 100644 --- a/cogs/voice_utilities/playlist.py +++ b/cogs/voice_utilities/playlist.py @@ -62,7 +62,7 @@ class Playlist(EventEmitter): raise ExtractionError('Could not extract information from %s' % playlist_url) if info.get('playlist') is None: - raise WrongEntryTypeError('This is not a playlist!') + raise WrongEntryTypeError('This is not a playlist!', False, playlist_url) # Once again, the generic extractor fucks things up. if info.get('extractor', None) == 'generic':