fix get_members discord_id
내가 이걸 여태 왜 모르고있었지??????
This commit is contained in:
parent
f57cb242f2
commit
0adfcd93d6
|
@ -51,7 +51,7 @@ export default {
|
||||||
}
|
}
|
||||||
text += `\`${nickname}\``;
|
text += `\`${nickname}\``;
|
||||||
text += `【\`${tag}\`】`;
|
text += `【\`${tag}\`】`;
|
||||||
text += `[${discord_id}]`;
|
text += `[${member[0]}]`;
|
||||||
|
|
||||||
text += "\n";
|
text += "\n";
|
||||||
for (const minecraft_uuid of member[1]) {
|
for (const minecraft_uuid of member[1]) {
|
||||||
|
|
Loading…
Reference in a new issue