UNPKG

discord-player-music

Version:

A powerful music module for your Discord bot with lots of features

12 lines (11 loc) 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PlayerError = void 0; class PlayerError extends Error { name; constructor(error) { super(error); this.name = 'PlayerError'; } } exports.PlayerError = PlayerError;