@ -102,6 +102,10 @@ def give_coin(event)
coin_amount = 5
end
if reactor_coins < coin_amount
coin_amount = reactor_coins
increment_coin(event.message.author.id, coin_amount)
increment_coin(event.user.id, -coin_amount)
The note is not visible to the blocked user.