From 6e492fc2964cae85882a1aebfd03ebd206ee5192 Mon Sep 17 00:00:00 2001 From: mud mud Date: Wed, 9 Nov 2022 14:12:41 +0000 Subject: [PATCH] Update 'coin.rb' --- coin.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/coin.rb b/coin.rb index 73b5c34..c8d1e5a 100644 --- a/coin.rb +++ b/coin.rb @@ -7,6 +7,8 @@ MAX_COINS_PER_DAY = 4 COIN_TIMEOUT = 15 SCOREBOARD = './scoreboard.yml' +PASTA='You know what? Im done, i am leaving, we were friendly talking about the subject. This crossed the line of "ok killer of joy" to "no fun allowed"' + coin_state_active = false coins_offered_today = 0 @@ -89,6 +91,10 @@ bot.message(with_text: '/coins') do |event| event.respond "#{clean_name event.author.display_name}, you have #{plural('coin', coins)}!" end +bot.message(with_text: '!leave') do |event| +event.respond PASTA +end + bot.run(true) loop do