✨ Add music starting error
This commit is contained in:
@@ -12,6 +12,9 @@ module.exports = (client, error, message, ...args) => {
|
||||
case 'VideoUnavailable':
|
||||
message.channel.send(`${client.emotes.error} - ${args[0].title} is not available in your country! Skipping...`);
|
||||
break;
|
||||
case 'MusicStarting':
|
||||
message.channel.send(`The music is starting... please wait and retry!`);
|
||||
break;
|
||||
default:
|
||||
message.channel.send(`${client.emotes.error} - Something went wrong ... Error : ${error}`);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user