forked from yagich/potomark-bot-rb
patch misplaced period
This commit is contained in:
parent
ba2f91d620
commit
e75ac68a57
2
bot.rb
2
bot.rb
@ -64,7 +64,7 @@ bot.message(in: Integer(ENV['SENTENCE_CHANNEL'])) do |event|
|
|||||||
if $sentence.empty?
|
if $sentence.empty?
|
||||||
next
|
next
|
||||||
end
|
end
|
||||||
event << "Congratulations, your sentence is: #{$sentence.values.join(" ").}"
|
event << "Congratulations, your sentence is: #{$sentence.values.join(" ")}."
|
||||||
$sentence.clear
|
$sentence.clear
|
||||||
next
|
next
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user