fix
This commit is contained in:
parent
6da0a868a2
commit
3fb1b8bea3
1 changed files with 5 additions and 1 deletions
|
@ -684,7 +684,11 @@ module.exports = {
|
|||
`<:nyx_not_available:897378400031879188> We don't have a **${tag}** gunsmith build for the gun with **CWTS 🆔 ${cwts}** by **${cc}**, Please try another tag or a differnt content creator`
|
||||
)
|
||||
.setColor(client.color);
|
||||
interaction.followUp({ embeds: [embed] });
|
||||
try {
|
||||
interaction.followUp({ embeds: [embed] });
|
||||
} catch (e) {
|
||||
interaction.editReply({ embeds: [embed] });
|
||||
}
|
||||
} else {
|
||||
const arr = [];
|
||||
data.attachments.map((e, i) => {
|
||||
|
|
Loading…
Reference in a new issue