welcome users, gamertag link, other general modifications

This commit is contained in:
SowinskiBraeden committed 2023-03-20 13:47:37 -07:00
1 parent d55096e7e1
commit 972c16557a
15 files changed
+402 -48

No files matched your search

+6 -4
View File
@@ -21,11 +21,13 @@ module.exports = {
*/
run: async (client, interaction, args, { GuildDB }, start) => {
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 })
if (client.config.Dev != 'DEV.') return interaction.send({ content: 'This command is not available to Production Version.' });
let embed = new EmbedBuilder()
.setColor(client.config.Colors.Default)
.setDescription(`**Welcome** <@${interaction.member.user.id}> to **DayZ Reforger**\nTo gain access please use the command </gamertag-link:1>`);
return interaction.send({ embeds: [alarmEmbed] });
interaction.send({ embeds: [embed] });
},
},
}