5.2.2.4 dev v4 alarm manager data processing change

This commit is contained in:
SowinskiBraeden committed 2023-03-10 09:30:27 -08:00
1 parent 76b0d10547
commit 36a4d19560
3 files changed
+246 -77

No files matched your search

+5 -3
View File
@@ -20,10 +20,12 @@ module.exports = {
* @param {*} param3
*/
run: async (client, interaction, args, { GuildDB }, start) => {
client.updateLogs()
return interaction.send({ content: 'debugging...' })
let alarmEmbed = new EmbedBuilder()
.setDescription('test des.')
.addFields({ name: 'Test Field', value: `[Test Data](https://www.izurvive.com/chernarusplussatmap/#location=11467.6;7452)`, inline: false })
return interaction.send({ embeds: [alarmEmbed] });
},
},
}