fix spacebar weirdness

This commit is contained in:
MathMan05 2025-04-11 14:43:19 -05:00
parent 7b30e202e6
commit dcc94f28ff

View file

@ -259,6 +259,7 @@ class Message extends SnowFlake {
}
(this as any)[thing] = (messagejson as any)[thing];
}
this.stickers ||= [];
if (messagejson.reactions?.length) {
console.log(messagejson.reactions, ":3");
}