From d77222f2aee25e0bb4fb96661d3aff51baaba4d9 Mon Sep 17 00:00:00 2001 From: Tarrgon <61888458+Tarrgon@users.noreply.github.com> Date: Tue, 2 Jun 2026 21:17:44 -0400 Subject: [PATCH] Remove old log --- src/modals/sync-name-modal.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modals/sync-name-modal.ts b/src/modals/sync-name-modal.ts index 27e9f65..12af741 100644 --- a/src/modals/sync-name-modal.ts +++ b/src/modals/sync-name-modal.ts @@ -9,8 +9,6 @@ export default { const e621Id = Number(interaction.fields.getTextInputValue('id') ?? 0); - console.log(e621Id); - if (isNaN(e621Id)) return await interaction.editReply('Provided id is not a number'); const member = await interaction.guild?.members.fetch(id);