Skip to content

Commit

Permalink
Fix bot bitwise bit
Browse files Browse the repository at this point in the history
  • Loading branch information
SupertigerDev committed Nov 21, 2023
1 parent f641779 commit 629c604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chat-api/Bitwise.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const USER_BADGES = {
BOT: {
name: 'Bot', // I really recommend having this even if it is unused
description: 'An bot account (currently unused)',
bit: 8,
bit: 16,
color: '#4c93ff' // this is the primary color, not sure how to scope to that properly :(
}
};
Expand Down

0 comments on commit 629c604

Please sign in to comment.