view a list of armbands
This commit is contained in:
3 files changed
+84
-6
No files matched your search
+2
-2
@@ -118,10 +118,10 @@ module.exports = {
|
||||
|
||||
const success = new EmbedBuilder()
|
||||
.setColor(client.config.Colors.Default)
|
||||
.setDescription(`**Success!**\n> The faction <@&${factionID}> has now claimed *${interaction.values[0]}*`)
|
||||
.setDescription(`**Success!**\n> The faction <@&${factionID}> has now claimed ***${interaction.values[0]}***`)
|
||||
.setImage(armbandURL);
|
||||
|
||||
return interaction.update({ embeds: [success], components: [], flags: 0 });
|
||||
return interaction.update({ embeds: [success], components: [] });
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in new issue
Block a user