decrease bag money amount to 5

This commit is contained in:
mud mud 2023-02-14 12:24:22 +01:00
parent ded4ddb09a
commit b7c10342bb
Signed by untrusted user: mud
GPG Key ID: D29C9385CC54F61C

View File

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