fix
This commit is contained in:
parent
055dec1ffa
commit
7e0793133d
2 changed files with 3 additions and 6 deletions
|
@ -669,7 +669,6 @@ module.exports = {
|
|||
)
|
||||
.then(res => res.data)
|
||||
.catch(e => null);
|
||||
|
||||
if (!data?.cwts) {
|
||||
const embed = new MessageEmbed()
|
||||
.setDescription(
|
||||
|
@ -683,9 +682,7 @@ module.exports = {
|
|||
return arr.push(`**${i + 1}:** ${e}`);
|
||||
});
|
||||
const embed = new MessageEmbed()
|
||||
.setTitle(
|
||||
`${all[tag]} build for ${data.weaponName} from ${data.author}`
|
||||
)
|
||||
.setTitle(`${tag} build for ${data.weaponName} from ${data.author}`)
|
||||
.setDescription(
|
||||
`<:nyx_description:897379659665264650> **Description** \`\`\`\n${data.notes}\n \`\`\``
|
||||
)
|
||||
|
|
|
@ -422,8 +422,8 @@ function attachmentsIdentifier(inpmsg, gun) {
|
|||
// console.log(attachmentsIdentifier("ak + 5mw lazer", data.cguns[0].aments)); makeError();
|
||||
// console.log(attachmentsIdentifier("117 + 40 round mag", data.cguns[0].aments, data.cguns[0].stats)); makeError();
|
||||
// console.log(attachmentsIdentifier("117 + rtc muzzle brake, rubberized griptape, tac lazer sight, 40 round mag, no stock", data.cguns[1].aments)); makeError();
|
||||
console.log(attachmentsIdentifier("47 + stipplied grip tape", data.cguns[0]));
|
||||
makeError();
|
||||
// console.log(attachmentsIdentifier("47 + stipplied grip tape", data.cguns[0]));
|
||||
// makeError();
|
||||
function damageHandler(
|
||||
currDmgs,
|
||||
currRngs,
|
||||
|
|
Loading…
Reference in a new issue