Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions lib/Constants.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,8 @@ export default interface Constants {
// Unknown 30
STAGE_TOPIC: 31;
GUILD_APPLICATION_PREMIUM_SUBSCRIPTION: 32;
// Unknown 33-43
PURCHASE_NOTIFICATION: 44;
};
MessageReferenceTypes: {
DEFAULT: 0;
Expand Down
2 changes: 2 additions & 0 deletions lib/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,8 @@ module.exports.MessageTypes = {
// Unknown 30
STAGE_TOPIC: 31,
GUILD_APPLICATION_PREMIUM_SUBSCRIPTION: 32,
// Unknown 33-43
PURCHASE_NOTIFICATION: 44,
};

module.exports.MessageReferenceTypes = {
Expand Down