From 0adfcd93d60c684280a940d5ac968059621e6ef9 Mon Sep 17 00:00:00 2001 From: kdh8219 <65698239+kdh8219@users.noreply.github.com> Date: Fri, 5 May 2023 17:49:17 +0900 Subject: [PATCH] =?UTF-8?q?fix=20get=5Fmembers=20discord=5Fid=20=EB=82=B4?= =?UTF-8?q?=EA=B0=80=20=EC=9D=B4=EA=B1=B8=20=EC=97=AC=ED=83=9C=20=EC=99=9C?= =?UTF-8?q?=20=EB=AA=A8=EB=A5=B4=EA=B3=A0=EC=9E=88=EC=97=88=EC=A7=80=3F=3F?= =?UTF-8?q?=3F=3F=3F=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/command/commands/get_members.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/commands/get_members.ts b/src/command/commands/get_members.ts index 1485f55..e91b360 100755 --- a/src/command/commands/get_members.ts +++ b/src/command/commands/get_members.ts @@ -51,7 +51,7 @@ export default { } text += `\`${nickname}\``; text += `【\`${tag}\`】`; - text += `[${discord_id}]`; + text += `[${member[0]}]`; text += "\n"; for (const minecraft_uuid of member[1]) {