updated links

This commit is contained in:
night0721 2022-02-08 20:10:53 +08:00
parent 6381a49bdd
commit a5e78a23c4
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,9 @@
{
"scam": [
"discode.gift",
"discosb.gift",
"discorx.gift",
"disocrds.gift",
"disocrde.gift",
"discrods.gift",
"discordsgift.com",

View file

@ -345,7 +345,7 @@ function attachmentsIdentifier(inpmsg, gun) {
probables[probables.length - 1].length != 1 ||
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(
`\`
${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]]);
}