From 9dc2034700b7267793e4499a3293859a326f7a64 Mon Sep 17 00:00:00 2001 From: Nix Krystik Date: Sat, 16 May 2026 17:43:28 +0800 Subject: [PATCH] Removed le comments that made this less painful to read through. (also used to lead copilot to water somewhat.) --- src/context-menus/report.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/context-menus/report.ts b/src/context-menus/report.ts index 1d0b4d4..a349161 100644 --- a/src/context-menus/report.ts +++ b/src/context-menus/report.ts @@ -43,10 +43,8 @@ export default { }); } - // Set cooldown cooldowns.set(userId, now + COOLDOWN_TIME); - // Optional cleanup setTimeout(() => { cooldowns.delete(userId); }, COOLDOWN_TIME); @@ -89,7 +87,6 @@ export default { }], flags: [MessageFlags.Ephemeral] }); - } catch (error) { console.error(error); if (!interaction.replied) {