Skip to content

Commit

Permalink
Backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
gesteves authored May 5, 2023
1 parent 432e22f commit 7c0e91c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/controllers/slack_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ def start_game
def show_help
team = Team.find_by(slack_id: @team)
reply = <<~HELP
• Say "@#{team.bot_name}" to start a new game
• Say "@#{team.bot_name} my score" to see your current score
• Say "@#{team.bot_name} scores", "@#{team.bot_name} scoreboard", or "@#{team.bot_name} leaderboard" to see the top scores
• Say `@#{team.bot_name}` to start a new game
• Say `@#{team.bot_name} my score` to see your current score
• Say `@#{team.bot_name} scores`, `@#{team.bot_name} scoreboard`, or `@#{team.bot_name} leaderboard` to see the top scores
HELP
PostMessageWorker.perform_async(reply, @team, @channel, @thread_ts)
end
Expand Down

0 comments on commit 7c0e91c

Please sign in to comment.