patch misplaced period

This commit is contained in:
Lera Elvoé 2023-02-11 18:31:03 +03:00
parent ba2f91d620
commit e75ac68a57
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc

2
bot.rb
View File

@ -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