fix
This commit is contained in:
parent
d51d489a0b
commit
4ee5c2286c
1 changed files with 7 additions and 3 deletions
|
@ -734,9 +734,13 @@ module.exports = {
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
.setURL(client.web);
|
.setURL(client.web);
|
||||||
interaction.followUp({
|
try {
|
||||||
embeds: [embed],
|
interaction.followUp({
|
||||||
});
|
embeds: [embed],
|
||||||
|
});
|
||||||
|
} catch (e) {
|
||||||
|
interaction.editReply({ embeds: [embed] });
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue