From e75ac68a572647702eca079bbdfe7525ee028a85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Sat, 11 Feb 2023 18:31:03 +0300 Subject: [PATCH] patch misplaced period --- bot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.rb b/bot.rb index 5f69fb0..16b4d56 100644 --- a/bot.rb +++ b/bot.rb @@ -64,7 +64,7 @@ bot.message(in: Integer(ENV['SENTENCE_CHANNEL'])) do |event| if $sentence.empty? next end - event << "Congratulations, your sentence is: #{$sentence.values.join(" ").}" + event << "Congratulations, your sentence is: #{$sentence.values.join(" ")}." $sentence.clear next end