Fix counter not being incremented

This commit is contained in:
bitfl0wer 2023-05-05 14:19:38 +02:00
parent 12c6efc72e
commit 65480d51e6
1 changed files with 1 additions and 0 deletions

View File

@ -866,6 +866,7 @@ impl DiscordFileAttachment {
filename,
file,
});
counter += 1;
}
return_vec
}