From 65480d51e69e279a352df1a7259681772f406ae4 Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Fri, 5 May 2023 14:19:38 +0200 Subject: [PATCH] Fix counter not being incremented --- src/api/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/types.rs b/src/api/types.rs index 828f907..3f52618 100644 --- a/src/api/types.rs +++ b/src/api/types.rs @@ -866,6 +866,7 @@ impl DiscordFileAttachment { filename, file, }); + counter += 1; } return_vec }