You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2026. It is now read-only.
Note the following case:
{"name":"👍","id":null}The id is set to
null, since the name contains a unicode emojiThis can (sometimes) cause deserialization errors:
07:40:41 [WARN] Failed to parse gateway event MESSAGE_REACTION_ADD (invalid type: null, expected snowflake string at line 1 column 716)07:39:36 [WARN] Failed to parse gateway event READY_SUPPLEMENTAL (missing field id at line 1 column 5849)(Here the emoji was in a user's custom status:
{"name":"🤔"})Note: fixing this requires a custom
Updateable id()impl onEmoji, potentially generating a Snowflake id from the name