Development (#104)

dependabot/npm_and_yarn/word-wrap-1.2.4
Samuel Shuert 2 years ago committed by GitHub
commit 12642f4312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -72,7 +72,12 @@ async function interactionCreate(interaction: Interaction) {
.setTitle("Before")
.setDescription(before)
.setStatus("Danger")
.setEmoji("ICONS.OPP.ADD"),
.setEmoji("ICONS.OPP.ADD")
],
ephemeral: true
});
await interaction.followUp({
embeds: [
new EmojiEmbed()
.setTitle("After")
.setDescription(after)

Loading…
Cancel
Save