From a3d17cc640dd01ade4e7495023316b41db9e4b5c Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Wed, 31 Aug 2022 23:20:56 +0300 Subject: [PATCH] bruh --- src/structure/client/wrappers/GuildWrapper.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/structure/client/wrappers/GuildWrapper.js b/src/structure/client/wrappers/GuildWrapper.js index cb6433a..4fe6c38 100644 --- a/src/structure/client/wrappers/GuildWrapper.js +++ b/src/structure/client/wrappers/GuildWrapper.js @@ -232,8 +232,8 @@ class GuildWrapper { let importedModlogs = null; try { - importedSettings = await settingsMigrator.migrate(); - importedModlogs = await modlogsMigrator.migrate(); + importedSettings = await settingsMigrator.import(); + importedModlogs = await modlogsMigrator.import(); importedModlogs.sort((a, b) => a.case - b.case); } catch (err) { await settingsMigrator.end();