fix spacebar weirdness
This commit is contained in:
parent
7b30e202e6
commit
dcc94f28ff
1 changed files with 1 additions and 0 deletions
|
@ -259,6 +259,7 @@ class Message extends SnowFlake {
|
||||||
}
|
}
|
||||||
(this as any)[thing] = (messagejson as any)[thing];
|
(this as any)[thing] = (messagejson as any)[thing];
|
||||||
}
|
}
|
||||||
|
this.stickers ||= [];
|
||||||
if (messagejson.reactions?.length) {
|
if (messagejson.reactions?.length) {
|
||||||
console.log(messagejson.reactions, ":3");
|
console.log(messagejson.reactions, ":3");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue