updated links
This commit is contained in:
parent
6381a49bdd
commit
a5e78a23c4
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
{
|
{
|
||||||
"scam": [
|
"scam": [
|
||||||
|
"discode.gift",
|
||||||
|
"discosb.gift",
|
||||||
|
"discorx.gift",
|
||||||
|
"disocrds.gift",
|
||||||
"disocrde.gift",
|
"disocrde.gift",
|
||||||
"discrods.gift",
|
"discrods.gift",
|
||||||
"discordsgift.com",
|
"discordsgift.com",
|
||||||
|
|
|
@ -345,7 +345,7 @@ function attachmentsIdentifier(inpmsg, gun) {
|
||||||
probables[probables.length - 1].length != 1 ||
|
probables[probables.length - 1].length != 1 ||
|
||||||
probables.length < splitInputAttachmentsName.length
|
probables.length < splitInputAttachmentsName.length
|
||||||
) {
|
) {
|
||||||
// ask the user if he/she means xxx = which attachment
|
// ask the user if he means xxx = which attachment
|
||||||
errors.push(
|
errors.push(
|
||||||
`\`
|
`\`
|
||||||
${curr
|
${curr
|
||||||
|
@ -358,6 +358,7 @@ function attachmentsIdentifier(inpmsg, gun) {
|
||||||
"\``
|
"\``
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
// push the attachment to the output list
|
||||||
outAttachments.push(gun.aments[probables[probables.length - 1][0]]);
|
outAttachments.push(gun.aments[probables[probables.length - 1][0]]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue