mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -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...');
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user