@ -34,7 +34,7 @@ def increment_coin(scoreboard, user)
end
def plural(string, count)
"#{count} #{string}#{count > 1 ? 's' : ''}"
"#{count} #{string}#{count != 1 ? 's' : ''}"
bot.message(with_text: 'GET COIN' ) do |event|
The note is not visible to the blocked user.