Skip to content

Commit

Permalink
Update cost and icon for premium member item
Browse files Browse the repository at this point in the history
This looks to be ready to go live
  • Loading branch information
Hipperooni committed Nov 11, 2024
1 parent 2ae8384 commit 576cc0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/discord/commands/guild/d.rpg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,17 @@ const items = {
},
PremiumMember: {
// eslint-disable-next-line sonarjs/no-duplicate-string
label: 'Premium Membership',
label: 'Premium Member Role',
value: 'PremiumMembership',
description: 'Bumps you up the member list and gives discounts in the market',
description: 'Grants the Premium Member role',
quantity: 1,
weight: 0,
cost: 69420,
cost: 25000,
equipped: false,
consumable: true,
effect: 'role',
effect_value: 'PremiumMembership',
emoji: 'itemFlair',
emoji: 'itemPremium',
},
},
fonts: {
Expand Down

0 comments on commit 576cc0d

Please sign in to comment.