Skip to content

Commit

Permalink
🔀 Merge pull request #971 from TF2Autobot/development
Browse files Browse the repository at this point in the history
v4.5.3
  • Loading branch information
idinium96 authored Jan 11, 2022
2 parents cab075e + a35850d commit 82e7236
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"@tf2autobot/jsonlint": "^1.0.0",
"@tf2autobot/tf2": "^1.1.0",
"@tf2autobot/tf2-currencies": "^2.0.1",
"@tf2autobot/tf2-schema": "^2.2.2",
"@tf2autobot/tf2-schema": "^2.2.3",
"@tf2autobot/tf2-sku": "^2.0.3",
"@tf2autobot/tradeoffer-manager": "^2.11.4",
"async": "^3.2.1",
"async": "^3.2.3",
"bluebird": "^3.7.2",
"bluebird-global": "^1.0.1",
"body-parser": "^1.19.1",
Expand Down
5 changes: 3 additions & 2 deletions src/classes/Commands/sub-classes/Request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,9 @@ export default class RequestCommands {

this.bot.sendMessage(
steamID,
`🔎 ${name}:\n• Buy : ${currBuy.toString()}\n• Sell : ${currSell.toString()}\n\n'Item page: https://autobot.tf'
/items/${params.sku as string}`
`🔎 ${name}:\n• Buy : ${currBuy.toString()}\n• Sell : ${currSell.toString()}\n\n'Item page: https://autobot.tf/items/${
params.sku as string
}`
);
} catch (err) {
return this.bot.sendMessage(
Expand Down

0 comments on commit 82e7236

Please sign in to comment.