This commit is contained in:
night0721 2022-02-04 19:50:08 +08:00
parent 5813259731
commit 96235e022b
2 changed files with 30 additions and 42 deletions

View file

@ -117,11 +117,11 @@ module.exports = {
}, },
{ {
name: "Jokesta", name: "Jokesta",
value: "jokesta", value: "Jokesta",
}, },
// { // {
// name: "Stats On Duty", // name: "Stats On Duty",
// value: "sod", // value: "Stats On Duty",
// }, // },
], ],
}, },
@ -133,19 +133,19 @@ module.exports = {
choices: [ choices: [
{ {
name: "Aggressive", name: "Aggressive",
value: "aggressive", value: "Aggressive",
}, },
{ {
name: "Passive", name: "Passive",
value: "passive", value: "Passive",
}, },
{ {
name: "Search And Destroy", name: "Search And Destroy",
value: "snd", value: "Search And Destroy",
}, },
{ {
name: "Respawn", name: "Respawn",
value: "respawn", value: "Respawn",
}, },
], ],
}, },
@ -244,7 +244,7 @@ module.exports = {
}, },
{ {
name: "Jokesta", name: "Jokesta",
value: "jokesta", value: "Jokesta",
}, },
], ],
}, },
@ -256,19 +256,19 @@ module.exports = {
choices: [ choices: [
{ {
name: "Aggressive", name: "Aggressive",
value: "aggressive", value: "Aggressive",
}, },
{ {
name: "Passive", name: "Passive",
value: "passive", value: "Passive",
}, },
{ {
name: "Search And Destroy", name: "Search And Destroy",
value: "snd", value: "Search And Destroy",
}, },
{ {
name: "Respawn", name: "Respawn",
value: "respawn", value: "Respawn",
}, },
], ],
}, },
@ -343,19 +343,19 @@ module.exports = {
choices: [ choices: [
{ {
name: "Aggressive", name: "Aggressive",
value: "aggressive", value: "Aggressive",
}, },
{ {
name: "Passive", name: "Passive",
value: "passive", value: "Passive",
}, },
{ {
name: "Search And Destroy", name: "Search And Destroy",
value: "snd", value: "Search And Destroy",
}, },
{ {
name: "Respawn", name: "Respawn",
value: "respawn", value: "Respawn",
}, },
], ],
}, },
@ -426,19 +426,19 @@ module.exports = {
choices: [ choices: [
{ {
name: "Aggressive", name: "Aggressive",
value: "aggressive", value: "Aggressive",
}, },
{ {
name: "Passive", name: "Passive",
value: "passive", value: "Passive",
}, },
{ {
name: "Search And Destroy", name: "Search And Destroy",
value: "snd", value: "Search And Destroy",
}, },
{ {
name: "Respawn", name: "Respawn",
value: "respawn", value: "Respawn",
}, },
], ],
}, },
@ -509,11 +509,11 @@ module.exports = {
choices: [ choices: [
{ {
name: "ADS", name: "ADS",
value: "ads", value: "ADS",
}, },
{ {
name: "Hipfire", name: "Hipfire",
value: "hipfire", value: "Hipfire",
}, },
], ],
}, },
@ -560,7 +560,7 @@ module.exports = {
}, },
{ {
name: "Stats On Duty", name: "Stats On Duty",
value: "sod", value: "Stats On Duty",
}, },
], ],
}, },
@ -572,15 +572,15 @@ module.exports = {
choices: [ choices: [
{ {
name: "Aggressive", name: "Aggressive",
value: "aggressive", value: "Aggressive",
}, },
{ {
name: "Passive", name: "Passive",
value: "passive", value: "Passive",
}, },
{ {
name: "Respawn", name: "Respawn",
value: "respawn", value: "Respawn",
}, },
], ],
}, },
@ -635,7 +635,7 @@ module.exports = {
}, },
// { // {
// name: "Stats On Duty", // name: "Stats On Duty",
// value: "sod", // value: "Stats On Duty",
// }, // },
], ],
}, },
@ -647,7 +647,7 @@ module.exports = {
choices: [ choices: [
{ {
name: "Respawn", name: "Respawn",
value: "respawn", value: "Respawn",
}, },
], ],
}, },
@ -655,24 +655,12 @@ module.exports = {
}, },
], ],
run: async (client, interaction, args) => { run: async (client, interaction, args) => {
var all = {
"path.exe": "path.exe",
dhitman: "dHitman",
jokesta: "Jokesta",
sod: "Stats On Duty",
aggressive: "Aggressive",
passive: "Passive",
respawn: "Respawn",
snd: "Search And Destroy",
ads: "ADS",
hipfire: "Hipfire",
};
const cwts = args[1]; const cwts = args[1];
const cc = args[2]; const cc = args[2];
const tag = args[3]; const tag = args[3];
const data = await axios const data = await axios
.get( .get(
`${process.env.api}/api/v1/codm/build?cwts=${cwts}&cc=${all[cc]}&tag=${all[tag]}`, `${process.env.api}/api/v1/codm/build?cwts=${cwts}&cc=${cc}&tag=${tag}`,
{ {
headers: { headers: {
Authorization: process.env.CODM_API_KEY, Authorization: process.env.CODM_API_KEY,
@ -685,7 +673,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 **${tag}** gunsmith build for the gun with **CWTS 🆔 ${cwts}** by **${cc}**, Please try another tag or a differnt content creator`
) )
.setColor(client.color); .setColor(client.color);
interaction.followUp({ embeds: [embed] }); interaction.followUp({ embeds: [embed] });

View file

@ -341,7 +341,6 @@ function attachmentsIdentifier(inpmsg, gun) {
) { ) {
probables.push([temp1]); probables.push([temp1]);
} }
console.log(proba);
if ( if (
probables[probables.length - 1].length != 1 || probables[probables.length - 1].length != 1 ||
probables.length < splitInputAttachmentsName.length probables.length < splitInputAttachmentsName.length
@ -361,6 +360,7 @@ function attachmentsIdentifier(inpmsg, gun) {
} }
outAttachments.push(gun.aments[probables[probables.length - 1][0]]); outAttachments.push(gun.aments[probables[probables.length - 1][0]]);
} }
const outAttachmentsTypes = outAttachments.map(x => x.type - 1), const outAttachmentsTypes = outAttachments.map(x => x.type - 1),
t1 = outAttachments t1 = outAttachments
.map(x => x.effects[35]) .map(x => x.effects[35])