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);