Compare commits
3 Commits
122447095b
...
5af24f2f02
| Author | SHA1 | Date | |
|---|---|---|---|
| 5af24f2f02 | |||
| 83f6a5db1a | |||
|
ce02f1aeb5
|
2
bot.rb
2
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(" ")}${event.message.content}"
|
||||
$sentence.clear
|
||||
next
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user