Fix counter not being incremented

This commit is contained in:
bitfl0wer 2023-05-05 14:19:38 +02:00
parent 164bd627b0
commit 2940b50f1b
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
1 changed files with 1 additions and 0 deletions

View File

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