Type fixes

This commit is contained in:
Cadence Ember 2024-09-14 00:58:21 +12:00
commit d6dc5cb88f
4 changed files with 14 additions and 9 deletions

View file

@ -10,7 +10,9 @@ function fakeSpecificReactionRemoval(userID, emoji, emojiID) {
channel_id: "THE_CHANNEL",
message_id: "THE_MESSAGE",
user_id: userID,
emoji: {id: emojiID, name: emoji}
emoji: {id: emojiID, name: emoji},
burst: false,
type: 0
}
}