fix get_members discord_id

내가 이걸 여태 왜 모르고있었지??????
This commit is contained in:
kdh8219 2023-05-05 17:49:17 +09:00
parent f57cb242f2
commit 0adfcd93d6
No known key found for this signature in database
GPG key ID: 2B5B609E12BB4C19

View file

@ -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]) {