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