Skip to content

Commit

Permalink
Add missing NoticeIcon and NoticeType
Browse files Browse the repository at this point in the history
Added the NoticeIcon and NoticeType values for notices on newly unlocked national banners. No idea know how they evaded my attention til now :P
  • Loading branch information
anjo0803 committed Mar 16, 2024
1 parent c60b6b4 commit a61b171
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/enums.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ exports.NoticeIcon = {
RMB: 'stackexchange',
SCALES: 'balance-scale',
TROPHY: 'award',
UNLOCK: 'lock-open',
WA: 'wa'
}

Expand All @@ -428,6 +429,7 @@ exports.NoticeIcon = {
*/
exports.NoticeType = {
BAD_LOGIN: 'PW',
BANNER_UNLOCK: 'U',
CARDS: 'C',
CENSUS_RANK: 'T',
DISPATCH_MENTION: 'D',
Expand Down

0 comments on commit a61b171

Please sign in to comment.