5.2.2.4 dev v4 alarm manager data processing change
This commit is contained in:
3 files changed
+246
-77
No files matched your search
+5
-3
@@ -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] });
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in new issue
Block a user