Compare commits
No commits in common. "5af24f2f027b6b463913f39afb35d29138bfa602" and "122447095ba607a2698db0c6813988552bb54f76" have entirely different histories.
5af24f2f02
...
122447095b
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.message.content}"
|
event << "Congratulations, your sentence is: #{$sentence.values.join(" ")}."
|
||||||
$sentence.clear
|
$sentence.clear
|
||||||
next
|
next
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user