This commit is contained in:
Elysia
2024-01-10 19:27:04 +07:00
parent af1f561cfd
commit 4a1d615673
6 changed files with 345 additions and 347 deletions

View File

@@ -31,7 +31,7 @@ class MessageReaction {
this.me = data.me || data.me_burst;
/**
* Super reaction
* Is super reaction
* @type {boolean}
*/
this.isBurst = Boolean(data.me_burst || data.burst);