Skip to content

Commit

Permalink
fix: update ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
i007c committed Feb 16, 2024
1 parent 7d69adb commit a4eb645
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions bchat/modules/shop/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@

MEMBER_RANGE = (
# score - member
(100, 50),
(200, 100),
(300, 150),
(500, 290),
(1000, 690),
(500, 300),
(1000, 650),
)


Expand Down

0 comments on commit a4eb645

Please sign in to comment.