From 7bbb77937f9abe626a9ec45ef0d47163545bdaa8 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Tue, 9 Aug 2022 23:54:52 +0500 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=BF=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/Economy/importmee6.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/Economy/importmee6.js b/commands/Economy/importmee6.js index b8998308..4d55fcf1 100644 --- a/commands/Economy/importmee6.js +++ b/commands/Economy/importmee6.js @@ -32,7 +32,7 @@ class ImportMee6 extends BaseCommand { * @param {Object} data */ async execute(client, interaction, data) { - const level = (await getUserXp(interaction.guildId, interaction.member.id)).level; + const level = (await getUserXp(interaction.guildId, interaction.member)).level; data.memberData.level = level; await data.memberData.save();