diff --git a/src/structure/components/commands/administration/Import.js b/src/structure/components/commands/administration/Import.js index 4a18638..4558837 100644 --- a/src/structure/components/commands/administration/Import.js +++ b/src/structure/components/commands/administration/Import.js @@ -66,6 +66,7 @@ class ImportCommand extends SlashCommand { if(hook) await guild.updateWebhook('messages', hook); } else if (version === '3') { delete webhook._id; + delete webhook.feature; await this.client.storageManager.mongodb.webhooks.updateOne({ feature: 'messages', guild: guild.id }, webhook); } }