From b3e84736dc5526b92f03c6d122eee1ca04b47785 Mon Sep 17 00:00:00 2001 From: mud mud Date: Fri, 24 Feb 2023 23:10:24 +0000 Subject: [PATCH] Update 'coin.rb' --- coin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin.rb b/coin.rb index b170e50..1ec6fcb 100644 --- a/coin.rb +++ b/coin.rb @@ -84,7 +84,7 @@ end def give_coin(event) reactor_coins = get_coin_count(event.user.id) - if reactor_coins == 0 + if reactor_coins <= 0 event.respond("Nice gesture, <@#{event.user.id}>, but you're broke! To get more coins, type the words `GET COIN` whenever I post the coin event message! But be quick, your friends are trying their best to get it before you do!") return end