Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
gesteves committed Dec 18, 2023
1 parent dbfb2a4 commit 86f97e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/workers/start_game_worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def perform(team_id, channel_id, user_id)
PostGameMessageWorker.perform_async(game.id)
EndGameWorker.perform_in(ENV['CONFIG_GAME_TIME_LIMIT'].to_i.seconds, game.id)
else
reply = "Unfortunately, jService.io, which is the third-party service from which Trebekbot sources the questions and answers, has shut down permanently. As such, Trebekbot will shut down on January 1st, 2024. Thanks for playing!"
reply = "Unfortunately, jService.io, which is the third-party service from which Trebekbot sources the questions and answers, has shut down unexpectedly. For that reason, Trebekbot no longer works and will shut down permanently on January 1st, 2024. Thanks for playing!"
PostMessageWorker.perform_async(reply, team_id, channel_id)
end
end
Expand Down

0 comments on commit 86f97e8

Please sign in to comment.