resolve members better and with the WS

This commit is contained in:
MathMan05 2024-08-14 14:01:51 -05:00
parent a45188c1fc
commit 6f97a06cd3
10 changed files with 170 additions and 159 deletions

View file

@ -107,7 +107,7 @@ class Message {
continue;
}
else if (thing === "member") {
this.member = new Member(messagejson.member, this.guild);
Member.new(messagejson.member, this.guild).then(_ => { this.member = _; });
continue;
}
else if (thing === "embeds") {