bux fix ig
This commit is contained in:
parent
630dbfecde
commit
4b9da66b12
1 changed files with 4 additions and 4 deletions
|
@ -676,10 +676,10 @@ module.exports = {
|
||||||
jokesta: "Jokesta",
|
jokesta: "Jokesta",
|
||||||
// littleb:"Little B",
|
// littleb:"Little B",
|
||||||
|
|
||||||
aggressive: "Aggressive",
|
aggressive: "aggressive",
|
||||||
passive: "Passive",
|
passive: "passive",
|
||||||
"Search And Destroy": "Search And Destroy",
|
"Search And Destroy": "Search And Destroy",
|
||||||
respawn: "Respawn",
|
respawn: "respawn",
|
||||||
ads: "ADS",
|
ads: "ADS",
|
||||||
hipfire: "Hipfire",
|
hipfire: "Hipfire",
|
||||||
};
|
};
|
||||||
|
@ -687,7 +687,7 @@ module.exports = {
|
||||||
if (!data?.cwts) {
|
if (!data?.cwts) {
|
||||||
const embed = new MessageEmbed()
|
const embed = new MessageEmbed()
|
||||||
.setDescription(
|
.setDescription(
|
||||||
`<:nyx_not_available:897378400031879188> We don't have a ${all[tag]} gunsmith build for the gun with **CWTS ${cwts}** by **${all[cc]}**, Please try another tag or a differnt content creator`
|
`<:nyx_not_available:897378400031879188> We don't have a **${all[tag]}** gunsmith build for the gun with **CWTS ${cwts}** by **${all[cc]}**, Please try another tag or a differnt content creator`
|
||||||
)
|
)
|
||||||
.setColor(client.color);
|
.setColor(client.color);
|
||||||
interaction.followUp({ embeds: [embed] });
|
interaction.followUp({ embeds: [embed] });
|
||||||
|
|
Loading…
Reference in a new issue