Skip to content

Commit

Permalink
RC1!
Browse files Browse the repository at this point in the history
  • Loading branch information
davesade committed Nov 18, 2016
1 parent 4e60dd3 commit 4ff91b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion help.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"text": "*Welcome to TradeIT, your simple exchange platform* \nBuy and sell your favourite shares directly via Slack. Simply type a command and make a decision based on response. There is no inventory and no accounts, meaning this is only harmless fun, more like little game.\n \n*Valid commands following /TRD:*\n`products` will display currently available products.\n`buy slack` will display all prices, for which you can buy product named `slack`.\n`sell linux 100` will attempt to sell product named `linux` for a price of `100`.",
"text": "*Welcome to TradeIT, your simple exchange platform* \nBuy and sell your favourite shares directly via Slack. Simply type a command and make a decision based on response.\nThere is no inventory and no accounts, meaning this is only harmless fun, more like little game.\n \n*Valid commands following /TRD:*\n`products` will display currently available products.\n`buy slack` will display all prices, for which you can buy product named `slack`.\n`sell linux 100` will attempt to sell product named `linux` for a price of `100`.",
"attachments": [
{
"text": "Sometimes, almost randomly, you might see a timeout message. Just send your command again, please.",
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ exports.handler = function(event, context) {
console.log(nextStep);
var match = rows.affectedRows;
if (match == 2)
finishVisible(null, ':money_with_wings: Congratulations! You have just traded ' + data.product + ' for the price of ' + data.price + ' ¢ ! :money_with_wings:');
finishVisible(null, ':money_with_wings: Congratulations! You have just traded ' + data.product + ' for the price of ' + data.price + ' credits! :money_with_wings:');
else nextStep(null, 'ok', null);
},

Expand Down

0 comments on commit 4ff91b5

Please sign in to comment.