fix spacebar weirdness
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user