This commit is contained in:
Dragon Fire
2024-03-20 01:24:00 -04:00
parent b238cb8826
commit b89fb92205
+1 -1
View File
@@ -22,6 +22,6 @@ module.exports = class LeaveCommand extends Command {
return msg.reply(`I am currently playing audio in this server. Please use ${usage} first.`);
}
connection.destroy();
return msg.reply(`Left **${connection.channel.name}**...`);
return msg.reply('No more words out of me...');
}
};