UNPKG

setmusic

Version:

An easy-to-use music library that provides features for Discord bots to play music and take action on many of the music that is playing.

9 lines (7 loc) 242 B
function handleError(error, emitEvent, eventName = "customError") { console.error(`[MusicService Error]: ${error.message}`); if (typeof emitEvent === "function") { emitEvent(eventName, error); } } module.exports = { handleError };