1
0
mirror of https://github.com/warengroup/eximiabots-radiox.git synced 2025-05-03 07:14:56 +00:00

Updated SIGINT event

This commit is contained in:
Christer Warén 2021-09-02 17:58:31 +03:00
parent 65f83bc522
commit 61981a5b0b

@ -21,13 +21,6 @@ module.exports = {
currentRadio.connection?.destroy(); currentRadio.connection?.destroy();
currentRadio.audioPlayer?.stop(); currentRadio.audioPlayer?.stop();
currentRadio.message?.delete(); currentRadio.message?.delete();
const cembed = new Discord.MessageEmbed()
.setTitle(client.messages.maintenanceTitle)
.setThumbnail("https://cdn.discordapp.com/emojis/" + client.messageEmojis["maintenance"].replace(/[^0-9]+/g, ''))
.setColor(client.config.embedColor)
.setDescription(client.messages.sendedMaintenanceMessage)
.setFooter(client.messages.footerText, "https://cdn.discordapp.com/emojis/" + client.messageEmojis["eximiabots"].replace(/[^0-9]+/g, ''));
currentRadio.textChannel.send({ embeds: [cembed] });
client.radio.delete(radio.value); client.radio.delete(radio.value);
} }