Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion lib/Constants.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,9 @@ export default interface Constants {
// Unknown 30
STAGE_TOPIC: 31;
GUILD_APPLICATION_PREMIUM_SUBSCRIPTION: 32;
// Unknown 33-45
// Unknown 33-43
PURCHASE_NOTIFICATION: 44;
// Unknown 45
POLL_RESULT: 46;
};
MessageReferenceTypes: {
Expand Down
4 changes: 3 additions & 1 deletion lib/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,9 @@ module.exports.MessageTypes = {
// Unknown 30
STAGE_TOPIC: 31,
GUILD_APPLICATION_PREMIUM_SUBSCRIPTION: 32,
// Unknown 33-45
// Unknown 33-43
PURCHASE_NOTIFICATION: 44,
// Unknown 45
POLL_RESULT: 46,
};

Expand Down