From 30839822c7dc69f722564789e56b97621253add5 Mon Sep 17 00:00:00 2001 From: Neko Life Date: Mon, 24 May 2021 17:27:54 +0000 Subject: [PATCH] Forgot a tiny thing --- resources/structures.js | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/structures.js b/resources/structures.js index 3502ef9..a70e273 100644 --- a/resources/structures.js +++ b/resources/structures.js @@ -25,7 +25,6 @@ Structures.extend("Guild", g => { let found = []; if (this.infractions.length > 0) { for (const inf of this.infractions) { - let added = false; for (const user of inf.by) { if (user.id === get) { found.push(inf);