decrease bag money amount to 5

This commit is contained in:
2023-02-14 12:24:22 +01:00
parent ded4ddb09a
commit b7c10342bb

View File

@ -99,7 +99,7 @@ def give_coin(event)
if event.emoji.name == COIN_EMOJI
coin_amount = 1
elsif event.emoji.name == BAG_EMOJI
coin_amount = 20
coin_amount = 5
end
increment_coin(event.message.author.id, coin_amount)