From fa66e296f4b98ade693d42bf7e9f89233afc1fbb Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Mon, 25 Apr 2022 16:22:10 +0300 Subject: [PATCH] debug --- src/structure/components/commands/administration/Import.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/structure/components/commands/administration/Import.js b/src/structure/components/commands/administration/Import.js index e6326f2..960c9b8 100644 --- a/src/structure/components/commands/administration/Import.js +++ b/src/structure/components/commands/administration/Import.js @@ -60,6 +60,7 @@ class ImportCommand extends SlashCommand { const { webhook } = imported; if (webhook) { + console.log(webhook); if (typeof webhook === 'string') { const hooks = await guild.fetchWebhooks(); const hook = hooks.get(webhook);