package actions type BotAction string const ( ActionReview BotAction = "/sq-bot review" ActionPrefix string = "/sq-bot" )